A IllegalStateTransitionException is thrown if a life-cycle
state attempts a transition that is illegal. This indicates a coding
bug in the JDO implementation.
version: $Revision: 1.4 $
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.
Methods inherited from org.jpox.exceptions.JPOXException