org.objectweb.howl.log
Class InvalidLogBufferException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.howl.log.LogException
              extended byorg.objectweb.howl.log.InvalidLogBufferException
All Implemented Interfaces:
java.io.Serializable

public class InvalidLogBufferException
extends LogException

Exception thrown when Logger detects a journal block with invalid content.

Methods that read log blocks and process records within the blocks detect invalid content and throw this exception.

Reasons for throwing this exception include:

See Also:
Serialized Form

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

InvalidLogBufferException

public InvalidLogBufferException()

InvalidLogBufferException

public InvalidLogBufferException(java.lang.String s)

InvalidLogBufferException

public InvalidLogBufferException(java.lang.Throwable cause)

InvalidLogBufferException

public InvalidLogBufferException(java.lang.String s,
                                 java.lang.Throwable cause)


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