All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.access.IllegalObjectTypeException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.ibm.as400.access.IllegalObjectTypeException
- public class IllegalObjectTypeException
- extends Exception
- implements ReturnCodeException
The IllegalObjectTypeException class represents an exception
that indicates that the AS/400 object is not the required type.
-
DATA_QUEUE_KEYED
- The return code indicating that an attempt was made
to use a keyed queue with a non-keyed data queue object.
-
DATA_QUEUE_NOT_KEYED
- The return code indicating that an attempt was made
to use a non-keyed data queue with a keyed data queue object.
-
getReturnCode()
- Returns the return code associated with this exception.
DATA_QUEUE_KEYED
public static final int DATA_QUEUE_KEYED
- The return code indicating that an attempt was made
to use a keyed queue with a non-keyed data queue object.
DATA_QUEUE_NOT_KEYED
public static final int DATA_QUEUE_NOT_KEYED
- The return code indicating that an attempt was made
to use a non-keyed data queue with a keyed data queue object.
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