|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.noaa.edsd.sessionlessRemoteXmlDb.SessionlessException
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
SessionlessException()
Creates a new instance of SessionlessException without detail message. |
|
SessionlessException(java.lang.String msg)
Constructs an instance of SessionlessException with the specified detail message. |
|
SessionlessException(java.lang.String msg,
java.lang.Throwable thr)
Constructs an instance of SessionlessException with the
specified detail message and root cause. |
|
SessionlessException(java.lang.Throwable thr)
Constructs an instance of SessionlessException with the specified root cause. |
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 SessionlessException()
SessionlessException
without detail message.
public SessionlessException(java.lang.String msg)
SessionlessException
with the specified detail message.
msg
- the detail message.public SessionlessException(java.lang.Throwable thr)
SessionlessException
with the specified root cause.
thr
- the root cause.public SessionlessException(java.lang.String msg, java.lang.Throwable thr)
SessionlessException
with the
specified detail message and root cause.
msg
- the detail message.thr
- the root cause.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |