org.objectweb.howl.log
Class InvalidLogHeaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.howl.log.LogException
org.objectweb.howl.log.InvalidLogHeaderException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidLogHeaderException
- extends LogException
Exception thrown when XAJournalReader detects a journal block with an invalid
header.
- See Also:
- Serialized Form
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 |
InvalidLogHeaderException
public InvalidLogHeaderException()
InvalidLogHeaderException
public InvalidLogHeaderException(java.lang.String s)
InvalidLogHeaderException
public InvalidLogHeaderException(java.lang.Throwable cause)
InvalidLogHeaderException
public InvalidLogHeaderException(java.lang.String s,
java.lang.Throwable cause)
Copyright © 2003-2006 HOWL Development Team. All Rights Reserved.