All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.access.RequestNotSupportedException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.as400.access.RequestNotSupportedException

public class RequestNotSupportedException
extends Exception
implements ReturnCodeException
The RequestNotSupportedException class represents an exception that indicates that the requested function is not supported because the AS/400 system is not at the correct level.


Variable Index

 o SYSTEM_LEVEL_NOT_CORRECT
The return code indicating that the requested function is not supported due to the system level not being correct.

Method Index

 o getReturnCode()
Returns the return code associated with this exception.

Variables

 o 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.

Methods

 o getReturnCode
 public int getReturnCode()
Returns the return code associated with this exception.

Returns:
The return code.

All Packages  Class Hierarchy  This Package  Previous  Next  Index