public class LogConfigurationException extends RuntimeException
| Constructor and Description |
|---|
LogConfigurationException()
Default constructor.
|
LogConfigurationException(String message)
Constructor with an error message.
|
LogConfigurationException(String message,
Throwable cause)
Constructor with an error message and another throwable causing this exception.
|
LogConfigurationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writeableStackTrace)
Constructor.
|
LogConfigurationException(Throwable cause)
Constructor with another throwable causing this one.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LogConfigurationException()
public LogConfigurationException(String message)
message - the error messagepublic LogConfigurationException(Throwable cause)
cause - the causepublic LogConfigurationException(String message, Throwable cause)
message - the error messagecause - the causepublic LogConfigurationException(String message, Throwable cause, boolean enableSuppression, boolean writeableStackTrace)
message - the detail messagecause - the causeenableSuppression - whether suppression is enabled or notwriteableStackTrace - whether the stack trace should be writableCopyright © 2014–2016 Tomas Teubner. All rights reserved.