Package org.approvej

Class ConfigurationError

All Implemented Interfaces:
Serializable

public class ConfigurationError extends RuntimeException
An error that occurs when there is an issue with loading the Configuration.
See Also:
  • Constructor Details

    • ConfigurationError

      public ConfigurationError(String message, Throwable cause)
      Creates a new ConfigurationError with the given message and cause.
      Parameters:
      message - a message describing the error
      cause - the cause of the error
    • ConfigurationError

      public ConfigurationError(String message)
      Creates a new ConfigurationError with the given message.
      Parameters:
      message - a message describing the error