ch.qos.logback.core.rolling
Class RolloverFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.qos.logback.core.LogbackException
                  extended by ch.qos.logback.core.rolling.RolloverFailure
All Implemented Interfaces:
Serializable

public class RolloverFailure
extends LogbackException

A RolloverFailure occurs if, for whatever reason a rollover fails.

Author:
Ceki Gulcu
See Also:
Serialized Form

Constructor Summary
RolloverFailure(String msg)
           
RolloverFailure(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RolloverFailure

public RolloverFailure(String msg)

RolloverFailure

public RolloverFailure(String message,
                       Throwable cause)


Copyright © 2005-2013 QOS.ch. All Rights Reserved.