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.
-
SYSTEM_LEVEL_NOT_CORRECT
- The return code indicating that
the requested function is not supported due to the
system level not being correct.
-
getReturnCode()
- Returns the return code associated with this exception.
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.
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