Class UnexpectedLogRuntimeException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.tabular.RecordAccessor

public class UnexpectedLogRuntimeException extends LoggerRuntimeException.LoggerRecordRuntimeException
Thrown in case some other problems regarding logging occurred, e.g. the data sink (physical system where to log to) experiences problems.
See Also:
  • Constructor Details

    • UnexpectedLogRuntimeException

      public UnexpectedLogRuntimeException(String aMessage, org.refcodes.tabular.Record<?> aRecord, String aErrorCode)
    • UnexpectedLogRuntimeException

      public UnexpectedLogRuntimeException(String aMessage, org.refcodes.tabular.Record<?> aRecord, Throwable aCause, String aErrorCode)
    • UnexpectedLogRuntimeException

      public UnexpectedLogRuntimeException(String aMessage, org.refcodes.tabular.Record<?> aRecord, Throwable aCause)
    • UnexpectedLogRuntimeException

      public UnexpectedLogRuntimeException(String aMessage, org.refcodes.tabular.Record<?> aRecord)
    • UnexpectedLogRuntimeException

      public UnexpectedLogRuntimeException(org.refcodes.tabular.Record<?> aRecord, Throwable aCause, String aErrorCode)
    • UnexpectedLogRuntimeException

      public UnexpectedLogRuntimeException(org.refcodes.tabular.Record<?> aRecord, Throwable aCause)