org.mobicents.fsm
Class UnknownTransitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mobicents.fsm.UnknownTransitionException
- All Implemented Interfaces:
- Serializable
public class UnknownTransitionException
- extends Exception
- Author:
- kulikov
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownTransitionException
public UnknownTransitionException()
- Creates a new instance of
UnknownTransitionException without detail message.
UnknownTransitionException
public UnknownTransitionException(String msg)
- Constructs an instance of
UnknownTransitionException with the specified detail message.
- Parameters:
msg - the detail message.
Copyright © 2013 TeleStax, Inc.. All Rights Reserved.