Class ConfigurationException

All Implemented Interfaces:
Serializable

public class ConfigurationException extends AbstractRuntimeException
Thrown when a configuration error is detected. See the message text for more specifics.
Since:
1.1
See Also:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException(String message)
      Constructs a ConfigurationException with the specified message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).
    • ConfigurationException

      public ConfigurationException(String message, Throwable cause)
      Constructs a ConfigurationException with the specified message and root cause.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)