|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.jonas_lib.deployment.work.FileManagerException
The class FileManagerException indicates conditions that a reasonable application might want to catch.
| 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 |
|
| 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 |
public FileManagerException()
public FileManagerException(java.lang.String message)
message - the detail message.
public FileManagerException(java.lang.String message,
java.lang.Throwable t)
message - the detail message.t - the original cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||