|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.bea.domingo.DNotesException
de.bea.domingo.http.NotesHttpException
public class NotesHttpException
Class from which all exceptions in this project inherit. Allows recording of nested exceptions.
Constructor Summary | |
---|---|
NotesHttpException(java.lang.String message)
Construct a new NotesHttpException instance. |
|
NotesHttpException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new NotesHttpException instance. |
|
NotesHttpException(java.lang.Throwable throwable)
Constructor. |
Method Summary |
---|
Methods inherited from class de.bea.domingo.DNotesException |
---|
getCause, getMessage, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotesHttpException(java.lang.String message)
NotesHttpException
instance.
message
- The detail message for this exception.public NotesHttpException(java.lang.Throwable throwable)
throwable
- the root cause of the exceptionpublic NotesHttpException(java.lang.String message, java.lang.Throwable throwable)
NotesHttpException
instance.
message
- The detail message for this exception.throwable
- the root cause of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |