| com.triactive.jdo.state.IllegalStateTransitionException
IllegalStateTransitionException | public class IllegalStateTransitionException extends JDOFatalInternalException (Code) | | A IllegalStateTransitionException is thrown if a life-cycle
state attempts a transition that is illegal. This indicates a coding
bug in TJDO.
author: Mike Martin version: $Revision: 1.1 $ |
IllegalStateTransitionException | public IllegalStateTransitionException(LifeCycleState state, String transition, StateManagerImpl sm)(Code) | | Constructs an illegal state transition exception.
Parameters: state - The object's current life-cycle state. Parameters: transition - A string describing the type of transition. Parameters: sm - The StateManagerImpl of the object. |
|
|