Package | Description |
---|---|
uk.ac.cam.ucs.ibis.client |
Provides the support classes necessary to connect to the Lookup/Ibis web
service and invoke API methods.
|
uk.ac.cam.ucs.ibis.dto |
Provides DTO classes for transferring data from the server to client in
the web service API.
|
Modifier and Type | Method and Description |
---|---|
IbisError |
IbisException.getError()
Returns the underlying error from the server.
|
Constructor and Description |
---|
IbisException(IbisError error)
Construct a new IbisException wrapping the specified IbisError.
|
Modifier and Type | Field and Description |
---|---|
IbisError |
IbisResult.error
If the method failed, details of the error.
|