Class CliniaRetriesExceededException

All Implemented Interfaces:
Serializable

public class CliniaRetriesExceededException extends CliniaRuntimeException
Exception thrown when an error occurs during the waitForTask strategy. For example: maximum number of retry exceeded
See Also:
  • Constructor Details

    • CliniaRetriesExceededException

      public CliniaRetriesExceededException(String message, Throwable cause)
    • CliniaRetriesExceededException

      public CliniaRetriesExceededException(String message)
    • CliniaRetriesExceededException

      public CliniaRetriesExceededException(Throwable cause)