tuwien.auto.calimero.exception
Class KNXAckTimeoutException

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
                  extended by tuwien.auto.calimero.exception.KNXAckTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class KNXAckTimeoutException
extends KNXTimeoutException

Thrown to indicate that a timeout occurred while waiting for an acknowledge response.

See Also:
Serialized Form

Constructor Summary
KNXAckTimeoutException()
          Constructs a new KNXAckTimeoutException without a detail message.
KNXAckTimeoutException(java.lang.String s)
          Constructs a new KNXAckTimeoutException 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

KNXAckTimeoutException

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


KNXAckTimeoutException

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

Parameters:
s - the detail message