| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.objectweb.jonas_lib.deployment.work.FileManagerException
FileManagerException | public class FileManagerException extends Exception (Code) | | The class FileManagerException indicates conditions that a reasonable
application might want to catch.
author: Florent Benoit author: Ludovic Bert |
FileManagerException | public FileManagerException()(Code) | | Constructs a new FileManagerException with no detail message.
|
FileManagerException | public FileManagerException(String message)(Code) | | Constructs a new FileManagerException with the specified message.
Parameters: message - the detail message. |
FileManagerException | public FileManagerException(String message, Throwable t)(Code) | | Constructs a new FileManagerException with the specified message and throwable
Parameters: message - the detail message. Parameters: t - the original cause |
|
|
|