Classes
| Class | Description | |
|---|---|---|
| BadRequestException | 
            Signals that the server was unable to handle a request, typically either because the URI did not conform to the format
            stipulated by the server, or because it referenced a non-existing resource.
              | |
| BadServerException | 
            Signals that the an error condition on the server side prevented the request from completion. Typically this is either due to a
            temporary condition (e.g. a database lock) or an unexpected state resulting from cruel or unusual parameters.
              | |
| Client |  Obsolete.  
            Abstract client class.
              | |
| ClientFactory |  Obsolete.  
            Creates new clients
              | |
| ClusterUnavailableException | 
            Signals that a cluster operation gave up since no units seem to be able to process the request.
              | |
| CountingStream | 
            A stream which indicates if it has been read from.
              | |
| RedirectException | 
            Signals a redirect response from a server to a different URL.
              | |
| RequestFailedException | 
            Base class for unrecoverable server request failure exceptions.
              | |
| UnrecognizedStatusException | 
            Signals that the server response indicated a status that is not supported. This indicates either a connector or server software
            error, or that the connector library needs to be upgraded to handle the server in question.
              |