|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
at.ac.tuwien.dslab.rmi.common.impl.FileManException
public class FileManException
The FileManException is the basic exception
within the DSGFileMan system.
| Constructor Summary | |
|---|---|
FileManException(java.lang.String message)
Creates a new FileManException with a given
error message text. |
|
FileManException(java.lang.String message,
java.lang.Throwable cause)
Creates a new FileManException with a given error
message and a cause for this exception. |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FileManException(java.lang.String message)
FileManException with a given
error message text.
message - The error message text.
public FileManException(java.lang.String message,
java.lang.Throwable cause)
FileManException with a given error
message and a cause for this exception.
message - The error message text.cause - The cause of this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||