Log4j 1.3alpha-1

Uses of Class
org.apache.log4j.rolling.RolloverFailure

Packages that use RolloverFailure
org.apache.log4j.rolling Implements various file rolling policies. 
org.apache.log4j.rolling.helper Internal helper classes used by org.apache.log4j.rolling package. 
 

Uses of RolloverFailure in org.apache.log4j.rolling
 

Methods in org.apache.log4j.rolling that throw RolloverFailure
 void TimeBasedRollingPolicy.rollover()
           
 void SlidingWindowRollingPolicy.rollover()
           
 void RollingPolicy.rollover()
          Rolls over log files according to implementation policy.
 

Uses of RolloverFailure in org.apache.log4j.rolling.helper
 

Methods in org.apache.log4j.rolling.helper that throw RolloverFailure
static void Util.rename(java.lang.String from, java.lang.String to)
          A robust file renaming method which in case of failure falls back to renmaing by copying.
static void Util.renameByCopying(java.lang.String from, java.lang.String to)
           
 


Log4j 1.3alpha-1

Copyright 2000-2003 Apache Software Foundation.