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:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionRolloverFailure
(String msg) Deprecated.RolloverFailure
(String message, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RolloverFailure
Deprecated. -
RolloverFailure
Deprecated.
-