|
|||||||||||
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.vm.VMException
autohit.server.service.ServiceException
A Service exception. The specific error is given in the numeric field.
EPG - Rewrite - 15Sep03
Field Summary |
Fields inherited from class autohit.common.AutohitException |
AUTOHIT_EXCEPTION_GENERIC, numeric |
Constructor Summary | |
ServiceException()
Default Constructor. |
|
ServiceException(int n)
Message constructor |
|
ServiceException(int n,
java.lang.Throwable theCause)
Message constructor with cause |
|
ServiceException(java.lang.String message)
Message constructor |
|
ServiceException(java.lang.String message,
int n)
Message constructor |
|
ServiceException(java.lang.String message,
int n,
java.lang.Throwable theCause)
Message constructor with cause |
|
ServiceException(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 ServiceException()
public ServiceException(java.lang.String message)
message
- text message for exceptionpublic ServiceException(int n)
n
- numeric errorpublic ServiceException(java.lang.String message, int n)
message
- text message for exceptionn
- numeric errorpublic ServiceException(java.lang.String message, java.lang.Throwable theCause)
message
- text message for exceptiontheCause
- for exception chainingpublic ServiceException(int n, java.lang.Throwable theCause)
n
- numeric errortheCause
- for exception chainingpublic ServiceException(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 |