org.bibalex.daf.handlers.statusdatahandler
Class FileLevelInfoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.bibalex.daf.handlers.statusdatahandler.FileLevelInfoException
All Implemented Interfaces:
java.io.Serializable

public class FileLevelInfoException
extends java.lang.Exception

An application exception that is thrown when a FileLevelInfo related operation fails.

Author:
Shehab.Kamal
See Also:
Serialized Form

Constructor Summary
FileLevelInfoException()
          Creates a new instance of FileLevelInfoException.
FileLevelInfoException(java.lang.String message)
          Creates a new instance of FileLevelInfoException.
FileLevelInfoException(java.lang.String message, java.lang.Exception innerException)
          Creates a new instance of FileLevelInfoException.
 
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

FileLevelInfoException

public FileLevelInfoException()
Creates a new instance of FileLevelInfoException.


FileLevelInfoException

public FileLevelInfoException(java.lang.String message)
Creates a new instance of FileLevelInfoException.

Parameters:
message - A message describing the exception.

FileLevelInfoException

public FileLevelInfoException(java.lang.String message,
                              java.lang.Exception innerException)
Creates a new instance of FileLevelInfoException.

Parameters:
message - A message describing the exception.
innerException - The cause of this exception.