All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.access.ErrorCompletingRequestException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.ibm.as400.access.ErrorCompletingRequestException
- public class ErrorCompletingRequestException
- extends Exception
- implements ReturnCodeException
The ErrorCompletingRequestException class represents
an exception that indicates an error occurred
that prevented the request from completing.
-
AS400_ERROR
- The return code indicating that
an error has occurred on the AS/400.
-
EXIT_POINT_PROCESSING_ERROR
- The return code indicating that
an error occurred while processing the exit point.
-
EXIT_PROGRAM_CALL_ERROR
- The return code indicating that
an error occurred with the user exit program call.
-
EXIT_PROGRAM_DENIED_REQUEST
- The return code indicating that
the user exit program associated with the server job rejected
the request.
-
EXIT_PROGRAM_ERROR
- The return code indicating that
the user exit program associated with the server job failed.
-
EXIT_PROGRAM_NOT_FOUND
- The return code indicating that
the user exit program associated with the server job could
not be found.
-
EXIT_PROGRAM_NUMBER_NOT_VALID
- The return code indicating that
the number of user exit programs associated
with the server job is not valid.
-
EXIT_PROGRAM_RESOLVE_ERROR
- The return code indicating that
an error occurred when resolving to the exit program.
-
LENGTH_NOT_VALID
- The return code indicating that
the AS/400 resource has a length that is not valid or cannot
be handled through this interface.
-
SPOOLED_FILE_NO_MESSAGE_WAITING
- The return code indicating that
the spooled file does not have a
message waiting.
-
UNKNOWN
- The return code indicating that
the exact cause of the failure is not known.
-
WRITER_JOB_ENDED
- The return code indicating that
the writer job has ended.
-
getReturnCode()
- Returns the return code associated with this exception.
AS400_ERROR
public static final int AS400_ERROR
- The return code indicating that
an error has occurred on the AS/400.
EXIT_POINT_PROCESSING_ERROR
public static final int EXIT_POINT_PROCESSING_ERROR
- The return code indicating that
an error occurred while processing the exit point.
EXIT_PROGRAM_CALL_ERROR
public static final int EXIT_PROGRAM_CALL_ERROR
- The return code indicating that
an error occurred with the user exit program call.
EXIT_PROGRAM_DENIED_REQUEST
public static final int EXIT_PROGRAM_DENIED_REQUEST
- The return code indicating that
the user exit program associated with the server job rejected
the request.
EXIT_PROGRAM_ERROR
public static final int EXIT_PROGRAM_ERROR
- The return code indicating that
the user exit program associated with the server job failed.
EXIT_PROGRAM_NOT_FOUND
public static final int EXIT_PROGRAM_NOT_FOUND
- The return code indicating that
the user exit program associated with the server job could
not be found.
EXIT_PROGRAM_NUMBER_NOT_VALID
public static final int EXIT_PROGRAM_NUMBER_NOT_VALID
- The return code indicating that
the number of user exit programs associated
with the server job is not valid.
EXIT_PROGRAM_RESOLVE_ERROR
public static final int EXIT_PROGRAM_RESOLVE_ERROR
- The return code indicating that
an error occurred when resolving to the exit program.
LENGTH_NOT_VALID
public static final int LENGTH_NOT_VALID
- The return code indicating that
the AS/400 resource has a length that is not valid or cannot
be handled through this interface.
UNKNOWN
public static final int UNKNOWN
- The return code indicating that
the exact cause of the failure is not known. The detailed message
may contain additional information.
SPOOLED_FILE_NO_MESSAGE_WAITING
public static final int SPOOLED_FILE_NO_MESSAGE_WAITING
- The return code indicating that
the spooled file does not have a
message waiting.
WRITER_JOB_ENDED
public static final int WRITER_JOB_ENDED
- The return code indicating that
the writer job has ended.
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