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
public final class IllegalStageTagException extends IllegalArgumentException
Exception that represents an unknown stage tag.- Since:
- 0.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalStageTagException(String stageTag)
Creates a new exception instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalStageTagException
public IllegalStageTagException(String stageTag)
Creates a new exception instance.- Parameters:
stageTag
- represents the illegal/invalid stage tag
-
-