Package com.clinia.exceptions
Class CliniaRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.clinia.exceptions.CliniaRuntimeException
com.clinia.exceptions.CliniaApiException
com.clinia.exceptions.CliniaRequestException
- All Implemented Interfaces:
Serializable
Represents a retryable exception (4XX).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCliniaRequestException(String message, int httpErrorCode) CliniaRequestException(String message, Throwable cause, int httpErrorCode) CliniaRequestException(Throwable cause, int httpErrorCode) -
Method Summary
Methods inherited from class com.clinia.exceptions.CliniaApiException
getMessage, getStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CliniaRequestException
-
CliniaRequestException
-
CliniaRequestException
-