Package 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
Checked exception thrown when the Logger
attempts to switch to an alternate log file that
contains the active mark.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final long
Determines if a de-serialized file is compatible with this class. -
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance of this class.LogFileOverflowException
(long activeMark, long highMark, File lf) Construct an exception with message describing the problem -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
static final long serialVersionUIDDetermines if a de-serialized file is compatible with this class. Maintainers must change this value if and only if the new version of this class is not compatible with old versions. See Sun docs for details. Not necessary to include in first version of the class, but included here as a reminder of its importance.- See Also:
-
-
Constructor Details
-
LogFileOverflowException
public LogFileOverflowException()Constructs an instance of this class. -
LogFileOverflowException
Construct an exception with message describing the problem- Parameters:
activeMark
-highMark
-
-
-
Method Details
-
format
-