org.objectweb.howl.log
Class LogFileOverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.howl.log.LogException
              extended by org.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
 
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

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-2010 HOWL Development Team. All Rights Reserved.