public class ErrorCompletingRequestException extends java.lang.Exception implements ReturnCodeException
| Modifier and Type | Field and Description | 
|---|---|
| static int | AS400_ERRORThe return code indicating that 
       an error has occurred on the system. | 
| static int | EXIT_POINT_PROCESSING_ERRORThe return code indicating that 
       an error occurred while processing the exit point. | 
| static int | EXIT_PROGRAM_CALL_ERRORThe return code indicating that 
       an error occurred with the user exit program call. | 
| static int | EXIT_PROGRAM_DENIED_REQUESTThe return code indicating that 
       the user exit program associated with the server job rejected
       the request. | 
| static int | EXIT_PROGRAM_ERRORThe return code indicating that 
       the user exit program associated with the server job failed. | 
| static int | EXIT_PROGRAM_NOT_FOUNDThe return code indicating that 
       the user exit program associated with the server job could
       not be found. | 
| static int | EXIT_PROGRAM_NUMBER_NOT_VALIDThe return code indicating that 
       the number of user exit programs associated
       with the server job is not valid. | 
| static int | EXIT_PROGRAM_RESOLVE_ERRORThe return code indicating that 
       an error occurred when resolving to the exit program. | 
| static int | LENGTH_NOT_VALIDThe return code indicating that 
       the system resource has a length that is not valid or cannot
       be handled through this interface. | 
| static int | SPOOLED_FILE_NO_MESSAGE_WAITINGThe return code indicating that
      the spooled file does not have a
      message waiting. | 
| static int | UNKNOWNThe return code indicating that 
       the exact cause of the failure is not known. | 
| static int | WRITER_JOB_ENDEDThe return code indicating that
      the writer job has ended. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getReturnCode()Returns the return code associated with this exception. | 
public static final int AS400_ERROR
public static final int EXIT_POINT_PROCESSING_ERROR
public static final int EXIT_PROGRAM_CALL_ERROR
public static final int EXIT_PROGRAM_DENIED_REQUEST
public static final int EXIT_PROGRAM_ERROR
public static final int EXIT_PROGRAM_NOT_FOUND
public static final int EXIT_PROGRAM_NUMBER_NOT_VALID
public static final int EXIT_PROGRAM_RESOLVE_ERROR
public static final int LENGTH_NOT_VALID
public static final int UNKNOWN
public static final int SPOOLED_FILE_NO_MESSAGE_WAITING
public static final int WRITER_JOB_ENDED
public int getReturnCode()
getReturnCode in interface ReturnCodeException