ReturnCodeException, Serializablepublic class IllegalObjectTypeException extends Exception implements ReturnCodeException
| Modifier and Type | Field | Description |
|---|---|---|
static int |
DATA_AREA_CHARACTER |
The return code indicating that an attempt was made to use a character data area with a non-character data area object.
|
static int |
DATA_AREA_DECIMAL |
The return code indicating that an attempt was made to use a decimal data area with a non-decimal data area object.
|
static int |
DATA_AREA_LOGICAL |
The return code indicating that an attempt was made to use a logical data area with a non-logical data area object.
|
static 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.
|
static 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.
|
| 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, toStringpublic static final int DATA_QUEUE_KEYED
public static final int DATA_QUEUE_NOT_KEYED
public static final int DATA_AREA_CHARACTER
public static final int DATA_AREA_DECIMAL
public static final int DATA_AREA_LOGICAL
public int getReturnCode()
getReturnCode in interface ReturnCodeExceptionCopyright © 2024. All rights reserved.