com.bankframe.fe.statemachine.base
Class StateMachineUserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bankframe.fe.statemachine.base.StateMachineException
              extended bycom.bankframe.fe.statemachine.base.StateMachineUserException
All Implemented Interfaces:
java.io.Serializable

public class StateMachineUserException
extends StateMachineException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bankframe.fe.statemachine.base.StateMachineException
INVALID_EVENT, INVALID_RESULT_STATE, INVALID_RESULT_STATE_TRANSITION, INVALID_STATE, INVALID_TRANSITION_ENTRYCONDITION, INVALID_USER_SESSION_EVENT, INVALID_USER_SESSION_STATE, NO_EVENT
 
Constructor Summary
StateMachineUserException()
           
StateMachineUserException(java.lang.Exception originalException)
           
StateMachineUserException(java.lang.Exception originalException, java.lang.String jsmExceptionMessage)
           
StateMachineUserException(java.lang.String msg)
           
StateMachineUserException(java.lang.String msg, java.lang.String jsmExceptionMessage)
           
 
Methods inherited from class com.bankframe.fe.statemachine.base.StateMachineException
getJsmExceptionMessage, getOriginalException, printStackTrace, printStackTrace, setJsmExceptionMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateMachineUserException

public StateMachineUserException()

StateMachineUserException

public StateMachineUserException(java.lang.String msg)

StateMachineUserException

public StateMachineUserException(java.lang.Exception originalException)

StateMachineUserException

public StateMachineUserException(java.lang.String msg,
                                 java.lang.String jsmExceptionMessage)

StateMachineUserException

public StateMachineUserException(java.lang.Exception originalException,
                                 java.lang.String jsmExceptionMessage)


Copyright © 2004 Siebel Systems, Inc. All rights reserved.