Package org.intermine.webservice.client.exceptions

Exception Summary
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.
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.