com.bankframe.fe.statemachine.base
Class ViewNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bankframe.fe.statemachine.base.StateMachineException
                    |
                    +--com.bankframe.fe.statemachine.base.ViewNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ViewNotFoundException
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
ViewNotFoundException(java.lang.Exception ex)
          Creates a new ViewNotFoundException including the given original exception.
ViewNotFoundException(java.lang.String msg)
           
 
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

ViewNotFoundException

public ViewNotFoundException(java.lang.Exception ex)
Creates a new ViewNotFoundException including the given original exception.

Parameters:
ex - the original exception that was thrown

ViewNotFoundException

public ViewNotFoundException(java.lang.String msg)


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