All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.access.ExtendedIOException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----com.ibm.as400.access.ExtendedIOException

public class ExtendedIOException
extends IOException
implements ReturnCodeException
The ExtendedIOException class represents an exception that indicates that an error has occurred while communicating with the AS/400.


Variable Index

 o ACCESS_DENIED
The return code indicating that the access to the request was denied.
 o CANNOT_CONVERT_VALUE
The return code indicating that the value cannot be converted.
 o CERTIFICATE_ALREADY_ADDED
The return code indicating that the certificate was already added.
 o CERTIFICATE_NOT_FOUND
The return code indicating that no certificate was found.
 o DATA_STREAM_SYNTAX_ERROR
The return code indicating that there is a syntax error in the data stream.
 o DIR_ENTRY_DAMAGED
The return code indicating that the directory entry is damaged.
 o DIR_ENTRY_EXISTS
The return code indicating that the directory entry exists.
 o DIR_NOT_EMPTY
The return code indicating that the directory is not empty.
 o END_OF_FILE
The return code indicating that the end of file has been reached.
 o FILE_IN_USE
The return code indicating that the file is in use.
 o FILE_NOT_FOUND
The return code indicating that the file was not found.
 o FILE_SUBSTREAM_IN_USE
The return code indicating that the file substream is in use.
 o INVALID_ATTRIBUTE_NAME
The return code indicating that the attribute name is not valid.
 o INVALID_CERTIFICATE
The return code indicating that the certificate or certificate format was not valid.
 o INVALID_CONNECTION
The return code indicating that the connection is not valid.
 o INVALID_DIR_ENTRY_NAME
The return code indicating that the directory entry name is not valid.
 o INVALID_HANDLE
The return code indicating that the handle is not valid.
 o INVALID_REQUEST
The return code indicating that the request is not valid.
 o INVALID_USER
The return code indicating that the user ID is not valid.
 o LOCK_VIOLATION
The return code indicating that a lock violation has occurred.
 o NO_MORE_FILES
The return code indicating that no more files are available.
 o PARM_NOT_SUPPORTED
The return code indicating that the parameter is not supported.
 o PARM_VALUE_NOT_SUPPORTED
The return code indicating that the parameter value is not supported.
 o PATH_NOT_FOUND
The return code indicating that the path is not found.
 o REQUEST_DENIED
The return code indicating that the request was denied.
 o REQUEST_NOT_SUPPORTED
The return code indicating that the request is not supported.
 o RESOURCE_LIMIT_EXCEEDED
The return code indicating that the resource limit was exceeded.
 o RESOURCE_NOT_AVAILABLE
The return code indicating that the resource is not available.
 o SHARING_VIOLATION
The return code indicating that a sharing violation has occurred.
 o UNKNOWN_ERROR
The return code indicating that an unknown problem has occurred.

Method Index

 o getReturnCode()
Returns the return code associated with this exception.

Variables

 o FILE_IN_USE
 public static final int FILE_IN_USE
The return code indicating that the file is in use.

 o FILE_NOT_FOUND
 public static final int FILE_NOT_FOUND
The return code indicating that the file was not found.

 o PATH_NOT_FOUND
 public static final int PATH_NOT_FOUND
The return code indicating that the path is not found.

 o DIR_ENTRY_EXISTS
 public static final int DIR_ENTRY_EXISTS
The return code indicating that the directory entry exists.

 o ACCESS_DENIED
 public static final int ACCESS_DENIED
The return code indicating that the access to the request was denied.

 o INVALID_HANDLE
 public static final int INVALID_HANDLE
The return code indicating that the handle is not valid.

 o INVALID_DIR_ENTRY_NAME
 public static final int INVALID_DIR_ENTRY_NAME
The return code indicating that the directory entry name is not valid.

 o INVALID_ATTRIBUTE_NAME
 public static final int INVALID_ATTRIBUTE_NAME
The return code indicating that the attribute name is not valid.

 o DIR_NOT_EMPTY
 public static final int DIR_NOT_EMPTY
The return code indicating that the directory is not empty.

 o FILE_SUBSTREAM_IN_USE
 public static final int FILE_SUBSTREAM_IN_USE
The return code indicating that the file substream is in use.

 o RESOURCE_LIMIT_EXCEEDED
 public static final int RESOURCE_LIMIT_EXCEEDED
The return code indicating that the resource limit was exceeded.

 o RESOURCE_NOT_AVAILABLE
 public static final int RESOURCE_NOT_AVAILABLE
The return code indicating that the resource is not available.

 o REQUEST_DENIED
 public static final int REQUEST_DENIED
The return code indicating that the request was denied.

 o DIR_ENTRY_DAMAGED
 public static final int DIR_ENTRY_DAMAGED
The return code indicating that the directory entry is damaged.

 o INVALID_CONNECTION
 public static final int INVALID_CONNECTION
The return code indicating that the connection is not valid.

 o INVALID_REQUEST
 public static final int INVALID_REQUEST
The return code indicating that the request is not valid.

 o DATA_STREAM_SYNTAX_ERROR
 public static final int DATA_STREAM_SYNTAX_ERROR
The return code indicating that there is a syntax error in the data stream.

 o NO_MORE_FILES
 public static final int NO_MORE_FILES
The return code indicating that no more files are available.

 o PARM_NOT_SUPPORTED
 public static final int PARM_NOT_SUPPORTED
The return code indicating that the parameter is not supported.

 o PARM_VALUE_NOT_SUPPORTED
 public static final int PARM_VALUE_NOT_SUPPORTED
The return code indicating that the parameter value is not supported.

 o CANNOT_CONVERT_VALUE
 public static final int CANNOT_CONVERT_VALUE
The return code indicating that the value cannot be converted.

 o END_OF_FILE
 public static final int END_OF_FILE
The return code indicating that the end of file has been reached.

 o REQUEST_NOT_SUPPORTED
 public static final int REQUEST_NOT_SUPPORTED
The return code indicating that the request is not supported.

 o INVALID_USER
 public static final int INVALID_USER
The return code indicating that the user ID is not valid.

 o UNKNOWN_ERROR
 public static final int UNKNOWN_ERROR
The return code indicating that an unknown problem has occurred.

 o SHARING_VIOLATION
 public static final int SHARING_VIOLATION
The return code indicating that a sharing violation has occurred.

 o LOCK_VIOLATION
 public static final int LOCK_VIOLATION
The return code indicating that a lock violation has occurred.

 o CERTIFICATE_NOT_FOUND
 public static final int CERTIFICATE_NOT_FOUND
The return code indicating that no certificate was found. "Certificate was not found."

 o CERTIFICATE_ALREADY_ADDED
 public static final int CERTIFICATE_ALREADY_ADDED
The return code indicating that the certificate was already added. "Certificate association already exists."

 o INVALID_CERTIFICATE
 public static final int INVALID_CERTIFICATE
The return code indicating that the certificate or certificate format was not valid. "Certificate or certificate type is not valid."

Methods

 o 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