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, setNestedExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic 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 © 2017. All rights reserved.