org.objectweb.howl.log

Class InvalidLogBufferException


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:

Constructor Summary

InvalidLogBufferException()
InvalidLogBufferException(String s)
InvalidLogBufferException(String s, Throwable cause)
InvalidLogBufferException(Throwable cause)

Constructor Details

InvalidLogBufferException

public InvalidLogBufferException()

InvalidLogBufferException

public InvalidLogBufferException(String s)

InvalidLogBufferException

public InvalidLogBufferException(String s,
                                 Throwable cause)

InvalidLogBufferException

public InvalidLogBufferException(Throwable cause)