|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
tuwien.auto.calimero.exception.KNXException
tuwien.auto.calimero.mgmt.KNXDisconnectException
public class KNXDisconnectException
Thrown to indicate that a layer 4 disconnect event happened.
| Constructor Summary | |
|---|---|
KNXDisconnectException()
Constructs a KNXDisconnectException without a detail message. |
|
KNXDisconnectException(java.lang.String s)
Constructs a KNXDisconnectException with the specified detail
message. |
|
KNXDisconnectException(java.lang.String s,
Destination d)
Constructs a KNXDisconnectException with the specified detail
message and the affected destination object. |
|
| Method Summary | |
|---|---|
Destination |
getDestination()
Returns the destination which caused this exception. |
| 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 |
|---|
public KNXDisconnectException()
KNXDisconnectException without a detail message.
public KNXDisconnectException(java.lang.String s)
KNXDisconnectException with the specified detail
message.
s - the detail message
public KNXDisconnectException(java.lang.String s,
Destination d)
KNXDisconnectException with the specified detail
message and the affected destination object.
s - the detail messaged - destination causing this exception by its disconnected state| Method Detail |
|---|
public final Destination getDestination()
null if not supplied
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||