public class DLIException extends Exception
Constructor and Description |
---|
DLIException() |
DLIException(String message)
Creates an exception with the specified error message.
|
DLIException(String message,
Throwable cause)
Creates an exception with the specified error message, and a causing
exception.
|
DLIException(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.
|
protected void |
setAib(AIB aib) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DLIException()
public DLIException(String message)
message
- the error messagepublic DLIException(String message, Throwable cause)
message
- the error messagecause
- The causing messagepublic DLIException(Throwable cause)
cause
- The causing message(c) Copyright IBM Corporation 2008, 2017.