public class RequestNotSupportedException extends java.lang.Exception implements ReturnCodeException
| Modifier and Type | Field and Description |
|---|---|
static int |
SYSTEM_LEVEL_NOT_CORRECT
The return code indicating that
the requested function is not supported due to the
system level not being correct.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getReturnCode()
Returns the return code associated with this exception.
|
public static final int SYSTEM_LEVEL_NOT_CORRECT
public int getReturnCode()
getReturnCode in interface ReturnCodeException