Package com.clinia.exceptions
Class CliniaRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.clinia.exceptions.CliniaRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CliniaApiException,CliniaClientException,CliniaResponseException,CliniaRetriesExceededException,CliniaRetryException
Exception thrown when an error occurs during the Serialization/Deserialization process
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCliniaRuntimeException(String message) CliniaRuntimeException(String message, Throwable cause) CliniaRuntimeException(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
-
CliniaRuntimeException
-
CliniaRuntimeException
-
CliniaRuntimeException
-