ch.qos.logback.core.rolling
Class RolloverFailure

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

public class RolloverFailure
extends Exception

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

Author:
Ceki Gulcu
See Also:
Serialized Form

Constructor Summary
RolloverFailure(String msg)
           
 
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)


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