public class LogConfigurationException extends RuntimeException
An exception that is thrown only if a suitable LogFactory
or Log
instance cannot be created by the corresponding
factory methods.
Constructor and Description |
---|
LogConfigurationException()
Construct a new exception with
null as its detail message. |
LogConfigurationException(String message)
Construct a new exception with the specified detail message.
|
LogConfigurationException(String message,
Throwable cause)
Construct a new exception with the specified detail message and cause.
|
LogConfigurationException(Throwable cause)
Construct a new exception with the specified cause and a derived
detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LogConfigurationException()
null
as its detail message.public LogConfigurationException(String message)
message
- The detail messagepublic LogConfigurationException(Throwable cause)
cause
- The underlying causeCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.