public class IllegalStateTransitionException extends NucleusException
Constructor and Description |
---|
IllegalStateTransitionException(LifeCycleState state,
String transition,
ObjectProvider op)
Constructs an illegal state transition exception.
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public IllegalStateTransitionException(LifeCycleState state, String transition, ObjectProvider op)
state
- The object's current life-cycle state.transition
- A string describing the type of transition.op
- ObjectProvider for the object.Copyright © 2019. All rights reserved.