Class ConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eso.ias.converter.config.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException extends Exception
The exception returned by the configuration
Author:
acaproni
See Also:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException()
      Constructor
      See Also:
    • ConfigurationException

      public ConfigurationException(String message)
      Constructor
      Parameters:
      message - the message of the exception
      See Also:
    • ConfigurationException

      public ConfigurationException(Throwable cause)
      Constructor
      Parameters:
      cause - the cause of the exception
      See Also:
    • ConfigurationException

      public ConfigurationException(String message, Throwable cause)
      Constructor
      Parameters:
      message - the message of the exception
      cause - the cause of the exception
      See Also:
    • ConfigurationException

      public ConfigurationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Constructor
      Parameters:
      message - the message of the exception
      cause - the cause of the exception
      enableSuppression - whether or not suppression is enabled or disabled
      writableStackTrace - - whether or not the stack trace should be writable
      See Also: