Package org.forgerock.selfservice.core
Class IllegalStageTagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.forgerock.selfservice.core.IllegalStageTagException
- All Implemented Interfaces:
Serializable
Exception that represents an unknown stage tag.
- Since:
- 0.1.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalStageTagException
Creates a new exception instance.- Parameters:
stageTag- represents the illegal/invalid stage tag
-