Class ConfigurationException

All Implemented Interfaces:
Serializable, Loggeable

Thrown when a configurable component cannot be initialised due to invalid or missing configuration.
Since:
jPOS 1.2
See Also:
  • Constructor Details

    • ConfigurationException

      Default constructor.
    • ConfigurationException

      Creates a ConfigurationException with a detail message.
      Parameters:
      detail - error message
    • ConfigurationException

      Creates a ConfigurationException wrapping a root cause.
      Parameters:
      nested - the root cause
    • ConfigurationException

      public ConfigurationException(String detail, Throwable nested)
      Creates a ConfigurationException with a detail message and root cause.
      Parameters:
      detail - error message
      nested - the root cause