|
||||||||||
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
java.lang.RuntimeException
del.icio.us.DeliciousException
A generic Delicious Exception; can be uses as a base exception.
Constructor Summary | |
DeliciousException()
Creates a new instance of DeliciousException . |
|
DeliciousException(java.lang.String message)
Creates a new instance of DeliciousException with an
error message. |
|
DeliciousException(java.lang.String message,
java.lang.Throwable embedded)
Creates a new instance of DeliciousException with
an error message and an exception |
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 DeliciousException()
DeliciousException
.
public DeliciousException(java.lang.String message)
DeliciousException
with an
error message.
message
- the error message to send this exception withpublic DeliciousException(java.lang.String message, java.lang.Throwable embedded)
DeliciousException
with
an error message and an exception
message
- the error message to send this exception withembedded
- an embedded exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |