Class 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 Detail

      • 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