Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
com.ibm.as400.resource |
Deprecated Provides classes that represent IBM i resources using a
generic list-based scheme.
|
com.ibm.as400.security.auth |
Provides user profile swapping using IBM i profile token and credential
classes.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AS400Exception |
The AS400Exception class represents an exception
that indicates that an error has occurred on the system.
|
class |
AS400SecurityException |
The AS400SecurityException class represents an exception that indicates that a security or authority error has occurred.
|
class |
ConnectionDroppedException |
The ConnectionDroppedException class represents an exception that indicates that the connection to the system was dropped unexpectedly.
|
class |
ErrnoException |
The ErrnoException class represents an exception that indicates that an errno has been returned by a system API.
|
class |
ErrorCompletingRequestException |
The ErrorCompletingRequestException class represents
an exception that indicates an error occurred
that prevented the request from completing.
|
class |
ExtendedIllegalArgumentException |
The ExtendedIllegalArgumentException class represents an exception that indicates that an argument is not valid.
|
class |
ExtendedIllegalStateException |
The ExtendedIllegalStateException class represents an exception
that indicates that an object is not in the proper state to perform
the requested operation.
|
class |
ExtendedIOException |
The ExtendedIOException class represents an exception
that indicates that an error has occurred while
communicating with the system.
|
class |
IllegalObjectTypeException |
The IllegalObjectTypeException class represents an exception that indicates that the IBM i system object is not the required type.
|
class |
IllegalPathNameException |
The IllegalPathNameException class represents an exception that indicates that the integrated file system path name is not valid.
|
class |
InternalErrorException |
Represents an exception
that indicates that an internal error has occurred.
|
class |
LicenseException |
Indicates an error condition that occured while
trying to retrieve a license.
|
class |
ObjectAlreadyExistsException |
The ObjectAlreadyExistsException class represents an exception
that indicates that a system object already exists.
|
class |
ObjectDoesNotExistException |
The ObjectDoesNotExistException class represents an exception
that indicates that a system object does not exist.
|
class |
ProxyException |
The ProxyException class represents an exception that indicates
an error occurred while communicating with the proxy server.
|
class |
RequestNotSupportedException |
The RequestNotSupportedException class represents an exception
that indicates that the requested function is not supported
because the system is not at the correct level.
|
class |
ServerStartupException |
The ServerStartupException class represents an exception that indicates that a host server could not be started.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ResourceException |
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AS400AuthenticationException |
The AS400AuthenticationException class and subclasses
represent exceptions issued when errors occur
during system authentication.
|
class |
DestroyFailedException |
The DestroyFailedException class represents an exception
issued when error occur when destroying IBM i system
authentication information.
|
class |
RefreshFailedException |
The RefreshFailedException class represents an exception
issued when errors occur while refreshing system
authentication information.
|
class |
RetrieveFailedException |
The RetrieveFailedException class represents an exception
issued when errors occur while retrieving system
authentication information.
|
class |
SwapFailedException |
The SwapFailedException class represents an exception
issued when errors occur while attempting to change
thread identity on the IBM i system.
|
Copyright © 2024. All rights reserved.