Class ClientResponseException

All Implemented Interfaces:
Serializable

public final class ClientResponseException extends ClientException
Represents exceptional errors that occur sending a client request and/or handling its response.
See Also:
  • Constructor Details

    • ClientResponseException

      public ClientResponseException(String message)
    • ClientResponseException

      public ClientResponseException(Throwable cause)
    • ClientResponseException

      public ClientResponseException(String message, Throwable cause)