Class ConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.common.config.exception.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException extends Exception
The ConfigurationException is used to indicate an error that occurs when a configuration is loaded or processed.
Author:
sts
See Also:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException(String message)
      Creates a new ConfigurationException with the specified detail message.
      Parameters:
      message - detail message
    • ConfigurationException

      public ConfigurationException(String message, Throwable cause)
      Creates a new ConfigurationException with the specified detail message and cause.
      Parameters:
      message - detail message
      cause - cause-Throwable of the new exception