org.objectweb.howl.log
Class InvalidLogKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.howl.log.LogException
              extended by org.objectweb.howl.log.InvalidLogKeyException
All Implemented Interfaces:
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(String s)
           
InvalidLogKeyException(String s, Throwable cause)
           
InvalidLogKeyException(Throwable cause)
           
 
Method Summary
 
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(String s)

InvalidLogKeyException

public InvalidLogKeyException(Throwable cause)

InvalidLogKeyException

public InvalidLogKeyException(String s,
                              Throwable cause)


Copyright © 2011 ObjectWeb HOWL. All Rights Reserved.