Class UnexpectedLogRuntimeException

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

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

      • Nested classes/interfaces inherited from interface org.refcodes.exception.ErrorCodeAccessor

        org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty
      • Nested classes/interfaces inherited from interface org.refcodes.tabular.RecordAccessor

        org.refcodes.tabular.RecordAccessor.RecordMutator<T extends java.lang.Object>, org.refcodes.tabular.RecordAccessor.RecordProperty<T extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      UnexpectedLogRuntimeException​(org.refcodes.tabular.Record<?> aDataRecord, java.lang.String message)
      Instantiates a new unexpected log runtime exception.
      UnexpectedLogRuntimeException​(org.refcodes.tabular.Record<?> aDataRecord, java.lang.String aMessage, java.lang.String aErrorCode)
      Instantiates a new unexpected log runtime exception.
      UnexpectedLogRuntimeException​(org.refcodes.tabular.Record<?> aDataRecord, java.lang.String message, java.lang.Throwable cause)
      Instantiates a new unexpected log runtime exception.
      UnexpectedLogRuntimeException​(org.refcodes.tabular.Record<?> aDataRecord, java.lang.String aMessage, java.lang.Throwable aCause, java.lang.String aErrorCode)
      Instantiates a new unexpected log runtime exception.
      UnexpectedLogRuntimeException​(org.refcodes.tabular.Record<?> aDataRecord, java.lang.Throwable cause)
      Instantiates a new unexpected log runtime exception.
      UnexpectedLogRuntimeException​(org.refcodes.tabular.Record<?> aDataRecord, java.lang.Throwable aCause, java.lang.String aErrorCode)
      Instantiates a new unexpected log runtime exception.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.refcodes.tabular.Record<?> getRecord()
      Gets the record.
      • Methods inherited from class org.refcodes.exception.AbstractRuntimeException

        getErrorCode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • UnexpectedLogRuntimeException

        public UnexpectedLogRuntimeException​(org.refcodes.tabular.Record<?> aDataRecord,
                                             java.lang.String aMessage,
                                             java.lang.String aErrorCode)
        Instantiates a new unexpected log runtime exception.
        Parameters:
        aDataRecord - the data record
        aMessage - the message
        aErrorCode - the error code
      • UnexpectedLogRuntimeException

        public UnexpectedLogRuntimeException​(org.refcodes.tabular.Record<?> aDataRecord,
                                             java.lang.String aMessage,
                                             java.lang.Throwable aCause,
                                             java.lang.String aErrorCode)
        Instantiates a new unexpected log runtime exception.
        Parameters:
        aDataRecord - the data record
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • UnexpectedLogRuntimeException

        public UnexpectedLogRuntimeException​(org.refcodes.tabular.Record<?> aDataRecord,
                                             java.lang.String message,
                                             java.lang.Throwable cause)
        Instantiates a new unexpected log runtime exception.
        Parameters:
        aDataRecord - the data record
        message - the message
        cause - the cause
      • UnexpectedLogRuntimeException

        public UnexpectedLogRuntimeException​(org.refcodes.tabular.Record<?> aDataRecord,
                                             java.lang.String message)
        Instantiates a new unexpected log runtime exception.
        Parameters:
        aDataRecord - the data record
        message - the message
      • UnexpectedLogRuntimeException

        public UnexpectedLogRuntimeException​(org.refcodes.tabular.Record<?> aDataRecord,
                                             java.lang.Throwable aCause,
                                             java.lang.String aErrorCode)
        Instantiates a new unexpected log runtime exception.
        Parameters:
        aDataRecord - the data record
        aCause - the cause
        aErrorCode - the error code
      • UnexpectedLogRuntimeException

        public UnexpectedLogRuntimeException​(org.refcodes.tabular.Record<?> aDataRecord,
                                             java.lang.Throwable cause)
        Instantiates a new unexpected log runtime exception.
        Parameters:
        aDataRecord - the data record
        cause - the cause
    • Method Detail

      • getRecord

        public org.refcodes.tabular.Record<?> getRecord()
        Gets the record.
        Specified by:
        getRecord in interface org.refcodes.tabular.RecordAccessor
        Returns:
        the record