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