All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.access.AS400Exception
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.ibm.as400.access.ErrorCompletingRequestException
|
+----com.ibm.as400.access.AS400Exception
- public class AS400Exception
- extends ErrorCompletingRequestException
The AS400Exception class represents an exception
that indicates that an error has occurred on the AS/400
system. One or more AS400Message objects are
included in this exception.
-
getAS400Message()
- Returns the AS400Message causing this exception.
-
getAS400MessageList()
- Returns the list of AS400Messages causing this exception.
getAS400Message
public AS400Message getAS400Message()
- Returns the AS400Message causing this exception.
- Returns:
- The AS400Message causing this exception.
getAS400MessageList
public AS400Message[] getAS400MessageList()
- Returns the list of AS400Messages causing this exception.
- Returns:
- The list of AS400Messages causing this exception.
All Packages Class Hierarchy This Package Previous Next Index