public class KNXRemoteException extends KNXException
Constructor and Description |
---|
KNXRemoteException()
Constructs a new
KNXRemoteException without a detail message. |
KNXRemoteException(String s)
Constructs a new
KNXRemoteException with the specified detail
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public KNXRemoteException()
KNXRemoteException
without a detail message.
public KNXRemoteException(String s)
KNXRemoteException
with the specified detail
message.
s
- the detail messageCopyright © 2015. All rights reserved.