org.objectweb.howl.log

Class InvalidFileSetException


public class InvalidFileSetException
extends LogException

Exception thrown when LogFileManager.open() detects an invalid file set.

This exception can occur if the log file manager detects that one or more of the files that should reside in a file set are missing.

Author:
Michael Giroux

Constructor Summary

InvalidFileSetException()
InvalidFileSetException(String s)
InvalidFileSetException(String s, Throwable cause)
InvalidFileSetException(Throwable cause)

Constructor Details

InvalidFileSetException

public InvalidFileSetException()

InvalidFileSetException

public InvalidFileSetException(String s)

InvalidFileSetException

public InvalidFileSetException(String s,
                               Throwable cause)

InvalidFileSetException

public InvalidFileSetException(Throwable cause)