|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
autohit.common.AutohitException
autohit.server.ServerException
A Server exception. A numeric error number can be set. The default is SE_GENERIC.
EPG - Initial - 25Apr03
EPG - Add exception chaining - 13Jun03
Field Summary |
Fields inherited from class autohit.common.AutohitException |
AUTOHIT_EXCEPTION_GENERIC, numeric |
Constructor Summary | |
ServerException()
Default Constructor. |
|
ServerException(int n)
Message constructor |
|
ServerException(int n,
java.lang.Throwable theCause)
Message constructor with cause |
|
ServerException(java.lang.String message)
Message constructor |
|
ServerException(java.lang.String message,
int n)
Message constructor |
|
ServerException(java.lang.String message,
int n,
java.lang.Throwable theCause)
Message constructor with cause |
|
ServerException(java.lang.String message,
java.lang.Throwable theCause)
Message constructor with cause |
Methods inherited from class autohit.common.AutohitException |
isError, isFault, isInformational, isPanic, isWarning |
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()
public ServerException(java.lang.String message)
message
- text message for exceptionpublic ServerException(int n)
n
- numeric errorpublic ServerException(java.lang.String message, int n)
message
- text message for exceptionn
- numeric errorpublic ServerException(java.lang.String message, java.lang.Throwable theCause)
message
- text message for exceptiontheCause
- for exception chainingpublic ServerException(int n, java.lang.Throwable theCause)
n
- numeric errortheCause
- for exception chainingpublic ServerException(java.lang.String message, int n, java.lang.Throwable theCause)
message
- text message for exceptionn
- numeric errortheCause
- for exception chaining
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |