|
|||||||||||
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.jpop.net.ClientException
Generic exception for the client to throw on server errors or own errors
Constructor Summary | |
ClientException()
Constructor for ClientException |
|
ClientException(java.lang.String msg)
Constructor for ClientException |
|
ClientException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for ClientException |
|
ClientException(java.lang.Throwable cause)
Constructor for ClientException |
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 ClientException()
ClientException
public ClientException(java.lang.String msg)
ClientException
msg
- error messagepublic ClientException(java.lang.String msg, java.lang.Throwable cause)
ClientException
msg
- error messagecause
- the cause of the exceptionpublic ClientException(java.lang.Throwable cause)
ClientException
cause
- the cause of the exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |