org.mobicents.fsm
Class UnknownTransitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mobicents.fsm.UnknownTransitionException
All Implemented Interfaces:
Serializable

public class UnknownTransitionException
extends Exception

Author:
kulikov
See Also:
Serialized Form

Constructor Summary
UnknownTransitionException()
          Creates a new instance of UnknownTransitionException without detail message.
UnknownTransitionException(String msg)
          Constructs an instance of UnknownTransitionException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.