Package org.objectweb.howl.log
Class InvalidFileSetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.howl.log.LogException
org.objectweb.howl.log.InvalidFileSetException
- All Implemented Interfaces:
Serializable
Exception thrown when LogFileManager.open() detects an
invalid file set.
This exception can occur if the log file manager detects that one or more of the files that should reside in a file set are missing.
- 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
ConstructorsConstructorDescriptionInvalidFileSetException
(String s, Throwable cause) InvalidFileSetException
(Throwable cause) -
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
-
InvalidFileSetException
public InvalidFileSetException() -
InvalidFileSetException
-
InvalidFileSetException
-
InvalidFileSetException
-