public class HapiServiceException extends IOException
Modifier and Type | Field and Description |
---|---|
static int |
CODE_TOOMUCH
HAPI status code for "Bad request - too much time or data requested".
|
Constructor and Description |
---|
HapiServiceException(String errMsg,
int hapiCode)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getHapiCode()
Returns the HAPI error status code for this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int CODE_TOOMUCH
public HapiServiceException(String errMsg, int hapiCode)
errMsg
- message for this exceptionhapiCode
- HAPI protocol error status codeCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.