Class StageConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.forgerock.selfservice.core.config.StageConfigException
-
- All Implemented Interfaces:
Serializable
public final class StageConfigException extends RuntimeException
Represents some framework error around the use of progress stages and configs.- Since:
- 0.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StageConfigException(String message)
Creates an exception instance.StageConfigException(String message, Throwable cause)
Creates an 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
-
StageConfigException
public StageConfigException(String message)
Creates an exception instance.- Parameters:
message
- should detail the cause of the error
-
-