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