Class InvalidStatusTransitionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.svenruppert.jsentinel.credential.lifecycle.InvalidStatusTransitionException
All Implemented Interfaces:
Serializable

public final class InvalidStatusTransitionException extends RuntimeException
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: