Class LoggerRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.logger.LoggerRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
IllegalRecordRuntimeException, LoggerInstantiationRuntimeException, UnexpectedLogRuntimeException

public abstract class LoggerRuntimeException extends org.refcodes.exception.AbstractRuntimeException
The Class LoggerRuntimeException.
See Also:
  • Constructor Details

    • LoggerRuntimeException

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

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

      public LoggerRuntimeException(String message, Throwable cause)
      Instantiates a new logger runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • LoggerRuntimeException

      public LoggerRuntimeException(String message)
      Instantiates a new logger runtime exception.
      Parameters:
      message - the message
    • LoggerRuntimeException

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

      public LoggerRuntimeException(Throwable cause)
      Instantiates a new logger runtime exception.
      Parameters:
      cause - the cause