|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.howl.log.LogException
org.objectweb.howl.log.LogFileOverflowException
Checked exception thrown when the Logger attempts to switch to an alternate log file that contains the active mark.
Logger.mark(long)
,
Serialized FormConstructor 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 |
public LogFileOverflowException()
public LogFileOverflowException(long activeMark, long highMark, java.io.File lf)
activeMark
- highMark
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |