public class LoggerInstantiationRuntimeException extends LoggerRuntimeException
Logger
(RuntimeLogger
) failed,
e.g. the RuntimeLoggerSingleton
tries to construct a
RuntimeLogger
from a bean configuration file (or a
SpringRuntimeLoggerSingleton tries to construct a RuntimeLogger
from
a bean configuration context file) and fails doing so (due to missing or
"wrong" configuration file).org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty
Constructor and Description |
---|
LoggerInstantiationRuntimeException(String message)
Instantiates a new logger instantiation runtime exception.
|
LoggerInstantiationRuntimeException(String aMessage,
String aErrorCode)
Instantiates a new logger instantiation runtime exception.
|
LoggerInstantiationRuntimeException(String message,
Throwable cause)
Instantiates a new logger instantiation runtime exception.
|
LoggerInstantiationRuntimeException(String aMessage,
Throwable aCause,
String aErrorCode)
Instantiates a new logger instantiation runtime exception.
|
LoggerInstantiationRuntimeException(Throwable cause)
Instantiates a new logger instantiation runtime exception.
|
LoggerInstantiationRuntimeException(Throwable aCause,
String aErrorCode)
Instantiates a new logger instantiation runtime exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LoggerInstantiationRuntimeException(String aMessage, String aErrorCode)
aMessage
- the a messageaErrorCode
- the a error codepublic LoggerInstantiationRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
aMessage
- the a messageaCause
- the a causeaErrorCode
- the a error codepublic LoggerInstantiationRuntimeException(String message, Throwable cause)
message
- the messagecause
- the causepublic LoggerInstantiationRuntimeException(String message)
message
- the messagepublic LoggerInstantiationRuntimeException(Throwable aCause, String aErrorCode)
aCause
- the a causeaErrorCode
- the a error codepublic LoggerInstantiationRuntimeException(Throwable cause)
cause
- the causeCopyright © 2018. All rights reserved.