|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XINSCallException | |
org.xins.client | XINS client framework. |
Uses of XINSCallException in org.xins.client |
Subclasses of XINSCallException in org.xins.client | |
class |
AbstractCAPIErrorCodeException
Abstract base class for generated CAPI exceptions that map to an API-specific error code. |
class |
DisabledFunctionException
Exception thrown to indicate that the called function has been disabled at the server-side. |
class |
InternalErrorException
Exception thrown to indicate a standard error code was received that indicates a server-side internal error. |
class |
InvalidRequestException
Exception thrown to indicate a standard error code was received that indicates the request from the client-side is considered invalid by the server-side. |
class |
InvalidResultXINSCallException
Exception thrown to indicate that the result from a XINS API call was invalid according to the XINS rules for a XINS call result. |
class |
StandardErrorCodeException
Abstract base class for exceptions that indicate that a standard error code was returned from the server-side. |
class |
UnacceptableErrorCodeXINSCallException
Exception that indicates an error code was received from the server-side that is not expected at the client-side. |
class |
UnacceptableResultXINSCallException
Exception that indicates that an API call returned a result that was considered unacceptable by the application layer. |
class |
UnsuccessfulXINSCallException
Exception that indicates that a result code was returned by the API call. |
Methods in org.xins.client that throw XINSCallException | |
protected XINSCallResult |
AbstractCAPI.callImpl(AbstractCAPICallRequest request)
Executes the specified call request. |
XINSCallResult |
XINSServiceCaller.call(XINSCallRequest request,
XINSCallConfig callConfig)
Executes the specified XINS call request towards one of the associated targets. |
XINSCallResult |
XINSServiceCaller.call(XINSCallRequest request)
Executes the specified XINS call request towards one of the associated targets. |
Object |
XINSServiceCaller.doCallImpl(CallRequest request,
CallConfig callConfig,
TargetDescriptor target)
Executes the specified request on the given target. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |