org.objectweb.howl.log
Class LogFileOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.howl.log.LogException
org.objectweb.howl.log.LogFileOverflowException
- All Implemented Interfaces:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LogFileOverflowException
public LogFileOverflowException()
- Constructs an instance of this class.
LogFileOverflowException
public LogFileOverflowException(long activeMark,
long highMark,
File lf)
- Construct an exception with message describing the problem
- Parameters:
activeMark
- highMark
-
Copyright © 2011 ObjectWeb HOWL. All Rights Reserved.