public class Log4jConfigLoaderException extends ChainedException
| Constructor and Description |
|---|
Log4jConfigLoaderException()
Instantiates a new log4j config loader exception.
|
Log4jConfigLoaderException(String message)
Instantiates a new log4j config loader exception.
|
Log4jConfigLoaderException(String message,
Throwable cause)
Instantiates a new log4j config loader exception.
|
Log4jConfigLoaderException(Throwable cause)
Instantiates a new log4j config loader exception.
|
getCause, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic Log4jConfigLoaderException()
public Log4jConfigLoaderException(String message)
message - the messagepublic Log4jConfigLoaderException(String message, Throwable cause)
message - the messagecause - the causepublic Log4jConfigLoaderException(Throwable cause)
cause - the causeCopyright © 2016 utils4j. All Rights Reserved.