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:
  • Constructor Details

    • StageConfigException

      public StageConfigException(String message)
      Creates an exception instance.
      Parameters:
      message - should detail the cause of the error
    • StageConfigException

      public StageConfigException(String message, Throwable cause)
      Creates an exception instance.
      Parameters:
      message - should detail the cause of the error
      cause - underlying cause