Class UnexpectedLogRuntimeException
- All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap, 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:
-
Nested Class Summary
Nested classes/interfaces inherited from class LoggerRuntimeException
LoggerRuntimeException.LoggerRecordRuntimeExceptionNested classes/interfaces inherited from interface ErrorCodeAccessor
ErrorCodeAccessor.ErrorCodeBuilder<B>, ErrorCodeAccessor.ErrorCodeMutator, ErrorCodeAccessor.ErrorCodePropertyNested classes/interfaces inherited from interface RecordAccessor
RecordAccessor.RecordMutator<T>, RecordAccessor.RecordProperty<T> -
Field Summary
Fields inherited from class LoggerRuntimeException.LoggerRecordRuntimeException
_record -
Constructor Summary
ConstructorsConstructorDescriptionUnexpectedLogRuntimeException(String aMessage, Record<?> aRecord) Instantiates a new unexpected log runtime exception.UnexpectedLogRuntimeException(String aMessage, Record<?> aRecord, String aErrorCode) Instantiates a new unexpected log runtime exception.UnexpectedLogRuntimeException(String aMessage, Record<?> aRecord, Throwable aCause) Instantiates a new unexpected log runtime exception.UnexpectedLogRuntimeException(String aMessage, Record<?> aRecord, Throwable aCause, String aErrorCode) Instantiates a new unexpected log runtime exception.UnexpectedLogRuntimeException(Record<?> aRecord, Throwable aCause) Instantiates a new unexpected log runtime exception.UnexpectedLogRuntimeException(Record<?> aRecord, Throwable aCause, String aErrorCode) Instantiates a new unexpected log runtime exception. -
Method Summary
Methods inherited from class LoggerRuntimeException.LoggerRecordRuntimeException
getPatternArguments, getRecordMethods inherited from class AbstractRuntimeException
getErrorCode, getMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Trap
toLocalizedMessage, toMessage, toMessage, toMessage, toShortLocalizedMessage, toShortMessage
-
Constructor Details
-
UnexpectedLogRuntimeException
-
UnexpectedLogRuntimeException
-
UnexpectedLogRuntimeException
-
UnexpectedLogRuntimeException
-
UnexpectedLogRuntimeException
-
UnexpectedLogRuntimeException
-