public class NoWireException extends Exception
| Constructor and Description |
|---|
NoWireException()
Creates a new instance of
NoWireException without detail message. |
NoWireException(String msg)
Constructs an instance of
NoWireException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoWireException()
NoWireException without detail message.public NoWireException(String msg)
NoWireException with the specified detail message.msg - the detail message.