Package com.cloudera.cdp
Class CdpClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.cloudera.cdp.CdpClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CdpHTTPException
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:
-
Constructor Summary
ConstructorDescriptionCdpClientException
(String message) Constructor.CdpClientException
(String message, Throwable cause) Constructor which creates an CdpClientException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CdpClientException
Constructor.- Parameters:
message
- the error message
-
CdpClientException
Constructor which creates an CdpClientException.- Parameters:
message
- the error messagecause
- the cause
-