Package com.clinia.exceptions
Class CliniaClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.clinia.exceptions.CliniaRuntimeException
com.clinia.exceptions.CliniaClientException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurs during API requests.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCliniaClientException(String message) CliniaClientException(String message, Throwable cause) CliniaClientException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CliniaClientException
-
CliniaClientException
-
CliniaClientException
-