org.objectweb.jonas_lib.files
Class FileUtilsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.jonas_lib.files.FileUtilsException
All Implemented Interfaces:
java.io.Serializable

public class FileUtilsException
extends java.lang.Exception

The class FileUtilsException indicates conditions that a reasonable application might want to catch.

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
FileUtilsException()
          Constructs a new FileUtilsException with no detail message.
FileUtilsException(java.lang.String message)
          Constructs a new FileUtilsException with the specified message.
FileUtilsException(java.lang.String message, java.lang.Throwable t)
          Constructs a new FileUtilsException with the specified message and throwable
 
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

FileUtilsException

public FileUtilsException()
Constructs a new FileUtilsException with no detail message.


FileUtilsException

public FileUtilsException(java.lang.String message)
Constructs a new FileUtilsException with the specified message.

Parameters:
message - the detail message.

FileUtilsException

public FileUtilsException(java.lang.String message,
                          java.lang.Throwable t)
Constructs a new FileUtilsException with the specified message and throwable

Parameters:
message - the detail message.
t - the original cause