public class AS400Exception extends ErrorCompletingRequestException
AS400_ERROR, EXIT_POINT_PROCESSING_ERROR, EXIT_PROGRAM_CALL_ERROR, EXIT_PROGRAM_DENIED_REQUEST, EXIT_PROGRAM_ERROR, EXIT_PROGRAM_NOT_FOUND, EXIT_PROGRAM_NUMBER_NOT_VALID, EXIT_PROGRAM_RESOLVE_ERROR, LENGTH_NOT_VALID, SPOOLED_FILE_NO_MESSAGE_WAITING, UNKNOWN, WRITER_JOB_ENDED
Constructor and Description |
---|
AS400Exception(AS400Message[] msgList)
Constructs an AS400Exception object.
|
Modifier and Type | Method and Description |
---|---|
AS400Message |
getAS400Message()
Returns the AS400Message causing this exception.
|
AS400Message[] |
getAS400MessageList()
Returns the list of AS400Messages causing this exception.
|
getReturnCode
public AS400Exception(AS400Message[] msgList)
msgList
- The list of AS400Messages
causing this exception.public AS400Message getAS400Message()
public AS400Message[] getAS400MessageList()