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:
java.io.Serializable
public class StateNotAllowedException extends VitamException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StateNotAllowedException(java.lang.String message)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-