org.objectweb.howl.log
Class InvalidLogHeaderException

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.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

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

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 © 2012 ObjectWeb HOWL. All Rights Reserved.