public class DLIException
extends java.lang.Exception
Constructor and Description |
---|
DLIException() |
DLIException(java.lang.String message)
Creates an exception with the specified error message.
|
DLIException(java.lang.String message,
java.lang.Throwable cause)
Creates an exception with the specified error message, and a causing
exception.
|
DLIException(java.lang.Throwable cause)
Creates an exception with a causing exception.
|
Modifier and Type | Method and Description |
---|---|
AIB |
getAib()
Retrieves the AIB information that was returned when the failing DL/I
call was processed.
|
public DLIException()
public DLIException(java.lang.String message)
message
- the error messagepublic DLIException(java.lang.String message, java.lang.Throwable cause)
message
- the error messagecause
- The causing messagepublic DLIException(java.lang.Throwable cause)
cause
- The causing messagepublic AIB getAib()
null
return value means that there is
no relevant AIB information for the type of error that occurred.