Package com.clinia.exceptions
Class CliniaRetriesExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.clinia.exceptions.CliniaRuntimeException
com.clinia.exceptions.CliniaRetriesExceededException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurs during the waitForTask strategy. For example: maximum
number of retry exceeded
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCliniaRetriesExceededException(String message) CliniaRetriesExceededException(String message, 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
-
CliniaRetriesExceededException
-
CliniaRetriesExceededException
-
CliniaRetriesExceededException
-