Package ch.qos.logback.core
Class LogbackException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- ch.qos.logback.core.LogbackException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Direct Known Subclasses:
 RolloverFailure
@Deprecated(since="2022-01-27") public class LogbackException extends java.lang.RuntimeExceptionDeprecated.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LogbackException(java.lang.String msg)Deprecated.LogbackException(java.lang.String msg, java.lang.Throwable nested)Deprecated. 
 -