endurox-java
|
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) |
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 |
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)