public class LogConfigurationException
extends java.lang.RuntimeException
An exception that is thrown only if a suitable LogFactory
or
Log
instance cannot be created by the corresponding factory
methods.
In this version of JCL, this exception will never be thrown in practice. However, it is included here to ensure total compile time and run time compatibility with the original JCL 1.0.4.
Constructor and Description |
---|
LogConfigurationException()
Construct a new exception with
null as its detail message. |
LogConfigurationException(java.lang.String message)
Construct a new exception with the specified detail message.
|
LogConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Construct a new exception with the specified detail message and cause.
|
LogConfigurationException(java.lang.Throwable cause)
Construct a new exception with the specified cause and a derived detail
message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Return the underlying cause of this exception (if any).
|
public LogConfigurationException()
null
as its detail message.public LogConfigurationException(java.lang.String message)
message
- The detail messagepublic LogConfigurationException(java.lang.Throwable cause)
cause
- The underlying causepublic LogConfigurationException(java.lang.String message, java.lang.Throwable cause)
message
- The detail messagecause
- The underlying causeCopyright © 2010 - 2020 Adobe. All Rights Reserved