public interface TransportResult
Modifier and Type | Interface and Description |
---|---|
static class |
TransportResult.Status |
Modifier and Type | Method and Description |
---|---|
void |
checkIsOk() |
java.lang.String |
getErrorDescription() |
java.lang.Exception |
getException() |
TransportResult.Status |
getStatus() |
boolean |
isOk() |
TransportResult.Status getStatus()
java.lang.String getErrorDescription()
java.lang.Exception getException()
void checkIsOk()
TransportException
- if the result's state is not ok.boolean isOk()