org.objectweb.howl.log
Class LogFileOverflowException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.howl.log.LogException
              extended byorg.objectweb.howl.log.LogFileOverflowException
All Implemented Interfaces:
java.io.Serializable

public class LogFileOverflowException
extends LogException

Checked exception thrown when the Logger attempts to switch to an alternate log file that contains the active mark.

See Also:
Logger.mark(long), Serialized Form

Constructor Summary
LogFileOverflowException()
          Constructs an instance of this class.
LogFileOverflowException(long activeMark, long highMark, java.io.File lf)
          Construct an exception with message describing the problem
 
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

LogFileOverflowException

public LogFileOverflowException()
Constructs an instance of this class.


LogFileOverflowException

public LogFileOverflowException(long activeMark,
                                long highMark,
                                java.io.File lf)
Construct an exception with message describing the problem

Parameters:
activeMark -
highMark -


Copyright © 2003-2006 HOWL Development Team. All Rights Reserved.