|
|||||||||||
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.call.CallException
A CALL exception. The specific error is given in the numeric field.
EPG - Initial - 14May03
EPG - Add exception chaining - 13Jun03
Field Summary |
Fields inherited from class autohit.common.AutohitException |
AUTOHIT_EXCEPTION_GENERIC, numeric |
Constructor Summary | |
CallException()
Default Constructor. |
|
CallException(int n)
Message constructor |
|
CallException(int n,
java.lang.Throwable theCause)
Message constructor with cause |
|
CallException(java.lang.String message)
Message constructor |
|
CallException(java.lang.String message,
int n)
Message constructor |
|
CallException(java.lang.String message,
int n,
java.lang.Throwable theCause)
Message constructor with cause |
|
CallException(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 CallException()
public CallException(java.lang.String message)
message
- text message for exceptionpublic CallException(int n)
n
- numeric errorpublic CallException(java.lang.String message, int n)
message
- text message for exceptionn
- numeric errorpublic CallException(java.lang.String message, java.lang.Throwable theCause)
message
- text message for exceptiontheCause
- for exception chainingpublic CallException(int n, java.lang.Throwable theCause)
n
- numeric errortheCause
- for exception chainingpublic CallException(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 |