tuwien.auto.calimero.exception
Class KNXTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tuwien.auto.calimero.exception.KNXException
              extended by tuwien.auto.calimero.exception.KNXTimeoutException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
KNXAckTimeoutException

public class KNXTimeoutException
extends KNXException

Thrown to indicate that a timeout occurred.

See Also:
Serialized Form

Constructor Summary
KNXTimeoutException()
          Constructs a new KNXTimeoutException without a detail message.
KNXTimeoutException(java.lang.String s)
          Constructs a new KNXTimeoutException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KNXTimeoutException

public KNXTimeoutException()
Constructs a new KNXTimeoutException without a detail message.


KNXTimeoutException

public KNXTimeoutException(java.lang.String s)
Constructs a new KNXTimeoutException with the specified detail message.

Parameters:
s - the detail message