| Package | Description |
|---|---|
| com.tailf.conf |
Data types and utilities for communication with the server.
|
| com.tailf.maapi |
MAAPI is an API which provides full access to the systems internal
transaction engine.
|
| Modifier and Type | Method and Description |
|---|---|
ConfWarning[] |
ConfWarningException.getWarnings() |
| Constructor and Description |
|---|
ConfWarningException(String msg,
ErrorCode code,
ConfWarning[] ws) |
ConfWarningException(String msg,
int codeInteger,
ConfWarning[] ws) |
| Modifier and Type | Method and Description |
|---|---|
ConfWarning[] |
MaapiWarningException.getWarnings() |
| Constructor and Description |
|---|
MaapiWarningException(String msg,
ErrorCode code,
ConfWarning[] ws) |
MaapiWarningException(String msg,
int codeInteger,
ConfWarning[] ws) |