tuwien.auto.calimero.knxnetip
Class KNXConnectionClosedException

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.knxnetip.KNXConnectionClosedException
All Implemented Interfaces:
java.io.Serializable

public class KNXConnectionClosedException
extends KNXException

Thrown to indicate an illegal operation due to a closed KNXnet/IP communication connection.

See Also:
Serialized Form

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

KNXConnectionClosedException

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


KNXConnectionClosedException

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

Parameters:
s - the detail message