org.objectweb.jonas_lib.deployment.work
Class FileManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.jonas_lib.deployment.work.FileManagerException
All Implemented Interfaces:
java.io.Serializable

public class FileManagerException
extends java.lang.Exception

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

Author:
Florent Benoit, Ludovic Bert
See Also:
Serialized Form

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

FileManagerException

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


FileManagerException

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

Parameters:
message - the detail message.

FileManagerException

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

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