public class HapiServiceException
extends java.io.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(java.lang.String errMsg,
int hapiCode)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHapiCode()
Returns the HAPI error status code for this exception.
|
public static final int CODE_TOOMUCH