Public Member Functions | |
TypedBuffer | getReplyBuffer () |
AtmiException (int tperrno, String msg) | |
AtmiException (int tperrno, String msg, Throwable throwable) | |
int | getErrorCode () |
Static Public Member Functions | |
static AtmiException | create (int tperrno, String msg) |
Package Attributes | |
TypedBuffer | data |
int | errorCode |
ATMI Base exception
org.endurox.exceptions.AtmiException.AtmiException | ( | int | tperrno, | |
String | msg | |||
) |
Create ATMI Exception
tperrno | tp error code | |
msg | error message |
org.endurox.exceptions.AtmiException.AtmiException | ( | int | tperrno, | |
String | msg, | |||
Throwable | throwable | |||
) |
ATMI Exception, with embedded error
tperrno | ||
s | ||
throwable |
static AtmiException org.endurox.exceptions.AtmiException.create | ( | int | tperrno, | |
String | msg | |||
) | [static] |
Create exception (exact instance)
tperrno | error code | |
msg | error message |
int org.endurox.exceptions.AtmiException.getErrorCode | ( | ) |
return error code
TypedBuffer org.endurox.exceptions.AtmiException.getReplyBuffer | ( | ) |
Get the reply buffer (if any)
reference to typed buffer (if any, can be set for tpcall results)
int org.endurox.exceptions.AtmiException.errorCode [package] |
Error code