com.ibm.as400.access
Class RequestNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.as400.access.RequestNotSupportedException
- All Implemented Interfaces:
- ReturnCodeException, Serializable
- public class RequestNotSupportedException
- extends Exception
- implements ReturnCodeException
The RequestNotSupportedException class represents an exception
that indicates that the requested function is not supported
because the server is not at the correct level.
- See Also:
- Serialized Form
Field Summary |
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. |
Method Summary |
int |
getReturnCode()
Returns the return code associated with this exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SYSTEM_LEVEL_NOT_CORRECT
public static final int SYSTEM_LEVEL_NOT_CORRECT
- The return code indicating that
the requested function is not supported due to the
system level not being correct.
- See Also:
- Constant Field Values
getReturnCode
public int getReturnCode()
- Returns the return code associated with this exception.
- Specified by:
getReturnCode
in interface ReturnCodeException
- Returns:
- The return code.