Package org.apache.logging.slf4j
Class SLF4JLoggingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.logging.slf4j.SLF4JLoggingException
-
- All Implemented Interfaces:
Serializable
public class SLF4JLoggingException extends RuntimeException
Exception thrown when the SLF4J adapter encounters a problem.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SLF4JLoggingException(Exception ex)
SLF4JLoggingException(String msg)
SLF4JLoggingException(String msg, Exception ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-