Class ConfigurationRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.properties.ConfigurationRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public abstract class ConfigurationRuntimeException extends org.refcodes.exception.AbstractRuntimeException
Base exception for the configuration artifact.
See Also:
  • Constructor Details

    • ConfigurationRuntimeException

      public ConfigurationRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new configuration exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • ConfigurationRuntimeException

      public ConfigurationRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new configuration exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • ConfigurationRuntimeException

      public ConfigurationRuntimeException(String message, Throwable cause)
      Instantiates a new configuration exception.
      Parameters:
      message - the message
      cause - the cause
    • ConfigurationRuntimeException

      public ConfigurationRuntimeException(String message)
      Instantiates a new configuration exception.
      Parameters:
      message - the message
    • ConfigurationRuntimeException

      public ConfigurationRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new configuration exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • ConfigurationRuntimeException

      public ConfigurationRuntimeException(Throwable cause)
      Instantiates a new configuration exception.
      Parameters:
      cause - the cause