Package fr.gouv.vitam.common.exception
Class StateNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.common.exception.StateNotAllowedException
- All Implemented Interfaces:
Serializable
This exception is thrown only if transition for the currentState to the given new state is not allowed
Possible case:
current state is completed, any action (next, resume, cancel, pause)
current state is running, action is next or resume
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StateNotAllowedException
-