org.objectweb.easybeans.util.files
Class FileUtilsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.easybeans.util.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

Field Summary
private static long serialVersionUID
          Uid of serializable class.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Uid of serializable class.

See Also:
Constant Field Values
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