ReturnCodeException
, Serializable
public class RequestNotSupportedException extends Exception implements ReturnCodeException
Modifier and Type | Field | 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 | Description |
---|---|---|
int |
getReturnCode() |
Returns the return code associated with this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int SYSTEM_LEVEL_NOT_CORRECT
public int getReturnCode()
getReturnCode
in interface ReturnCodeException
Copyright © 2024. All rights reserved.