Package org.objectweb.howl.log
Class InvalidLogKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.objectweb.howl.log.LogException
-
- org.objectweb.howl.log.InvalidLogKeyException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidLogKeyException extends LogException
Exception thrown when XAJournalReader detects a journal block with an invalid header.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static long
serialVersionUID
Determines if a de-serialized file is compatible with this class.
-
Constructor Summary
Constructors Constructor Description InvalidLogKeyException()
InvalidLogKeyException(java.lang.String s)
InvalidLogKeyException(java.lang.String s, java.lang.Throwable cause)
InvalidLogKeyException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
Determines 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:
- Constant Field Values
-
-
Constructor Detail
-
InvalidLogKeyException
public InvalidLogKeyException()
-
InvalidLogKeyException
public InvalidLogKeyException(java.lang.String s)
-
InvalidLogKeyException
public InvalidLogKeyException(java.lang.Throwable cause)
-
InvalidLogKeyException
public InvalidLogKeyException(java.lang.String s, java.lang.Throwable cause)
-
-