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