public class UnknownSignalException extends Exception
| Constructor and Description |
|---|
UnknownSignalException()
Creates a new instance of
UnknownSignalException without detail message. |
UnknownSignalException(String msg)
Constructs an instance of
UnknownSignalException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownSignalException()
UnknownSignalException without detail message.public UnknownSignalException(String msg)
UnknownSignalException with the specified detail message.msg - the detail message.Copyright © 2014 TeleStax, Inc.. All Rights Reserved.