Class StageConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.forgerock.selfservice.core.config.StageConfigException
- All Implemented Interfaces:
Serializable
Represents some framework error around the use of progress stages and configs.
- Since:
- 0.1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStageConfigException(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 Details
-
StageConfigException
Creates an exception instance.- Parameters:
message- should detail the cause of the error
-
StageConfigException
Creates an exception instance.- Parameters:
message- should detail the cause of the errorcause- underlying cause
-