Class CdpClientException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    CdpHTTPException

    public class CdpClientException
    extends RuntimeException
    Class used to report exceptions which occur when either interpreting a request from the client or handling an improper response from the CDP service.
    See Also:
    Serialized Form
    • Constructor Detail

      • CdpClientException

        public CdpClientException​(String message)
        Constructor.
        Parameters:
        message - the error message
      • CdpClientException

        public CdpClientException​(String message,
                                  Throwable cause)
        Constructor which creates an CdpClientException.
        Parameters:
        message - the error message
        cause - the cause