Class InvalidStatusTransitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.svenruppert.jsentinel.credential.lifecycle.InvalidStatusTransitionException
- All Implemented Interfaces:
Serializable
Thrown by
CredentialLifecycleService.transition(String, CredentialStatus, CredentialStatus, String) when the
requested transition is not part of the configured state machine.
Messages describe only the states involved; they never carry the
username or credential payload (CWE-209).- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidStatusTransitionException
-
-
Method Details
-
from
-
to
-