Log4j 1.3alpha-3

org.apache.log4j.rolling
Class RolloverFailure

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.log4j.rolling.RolloverFailure
All Implemented Interfaces:
java.io.Serializable

public class RolloverFailure
extends java.lang.Exception

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

Author:
Ceki Gulcu
See Also:
Serialized Form

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

Log4j 1.3alpha-3

Copyright 2000-2003 Apache Software Foundation.