public final 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. Used by the Ephox-namespaced Apache Commons logging API.
| Constructor and Description |
|---|
LogConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Construct a new exception with the specified detail message and cause.
|