org.objectweb.howl.log
Class InvalidLogKeyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.howl.log.LogException
              extended byorg.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

Constructor Summary
InvalidLogKeyException()
           
InvalidLogKeyException(java.lang.String s)
           
InvalidLogKeyException(java.lang.String s, java.lang.Throwable cause)
           
InvalidLogKeyException(java.lang.Throwable cause)
           
 
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

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)


Copyright © 2003-2007 HOWL Development Team. All Rights Reserved.