BadRequestException |
The BadRequestException is thrown by service when there is a problem with the request.
|
InternalErrorException |
The InternalErrorException is thrown by service when an error occurred at the server.
|
NotConnectedException |
The NotConnectedException is thrown when some method requiring opened connection was
called on closed HttpConnection.
|
NotImplementedException |
The NotImplementedException is thrown by a service when an
attempt is made to send a request that is not supported by the target
service.
|
ResourceNotFoundException |
The ResourceNotFoundException is thrown by a service provider when an
attempt is made to perform an operation upon a resource that
cannot be found.
|
ResultException |
ResultException is the exception thrown when a request fails.
|
ServiceException |
ServiceException is a base class for all service exceptions.
|
ServiceForbiddenException |
The ServiceForbiddenException is thrown by a service when an
attempt is made to service that is disabled.
|
ServiceUnavailableException |
The ServiceUnavailableException is thrown when an exception occurs that
is temporary, the user should try it again.
|
TransferInterruptedException |
TransferInterruptedException is the error thrown when
a service returns an incomplete result set.
|