com.ptc.windchill.upgrade.util.fsm
Class StateMachineException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bywt.util.WTRuntimeException
                  extended bycom.ptc.windchill.upgrade.util.fsm.StateMachineException
All Implemented Interfaces:
LocalizableMessage, Message, Serializable

public class StateMachineException
extends WTRuntimeException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class wt.util.WTRuntimeException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) StateMachineException(String message)
           
(package private) StateMachineException(Throwable throwable, String message)
           
 
Methods inherited from class wt.util.WTRuntimeException
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getMessage, getNestedThrowable, printStackTrace, printStackTrace, printStackTrace, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateMachineException

StateMachineException(String message)

StateMachineException

StateMachineException(Throwable throwable,
                      String message)