|
|||||||||||
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.deegree_impl.clients.ClientException
Field Summary | |
protected java.lang.String |
st
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
ClientException()
Creates a new instance of ClientException without detail message. |
|
ClientException(java.lang.String msg)
Constructs an instance of ClientException with the specified detail message. |
|
ClientException(java.lang.String msg,
java.lang.Exception e)
Constructs an instance of ClientException with the specified detail message. |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String st
Constructor Detail |
public ClientException()
ClientException
without detail message.
public ClientException(java.lang.String msg)
ClientException
with the specified detail message.
msg
- the detail message.public ClientException(java.lang.String msg, java.lang.Exception e)
ClientException
with the specified detail message.
msg
- the detail message.Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |