tuwien.auto.calimero.link
Class KNXLinkClosedException

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

public class KNXLinkClosedException
extends KNXException

Thrown to indicate an illegal operation invoked on an already closed network link.

See Also:
Serialized Form

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

KNXLinkClosedException

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


KNXLinkClosedException

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

Parameters:
s - the detail message