Package ch.qos.logback.core.rolling
Class RolloverFailure
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ch.qos.logback.core.LogbackException
-
- ch.qos.logback.core.rolling.RolloverFailure
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="2022-01-27") public class RolloverFailure extends LogbackException
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.A RolloverFailure occurs if, for whatever reason a rollover fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RolloverFailure(java.lang.String msg)
Deprecated.RolloverFailure(java.lang.String message, java.lang.Throwable cause)
Deprecated.
-