Class RetryableException

All Implemented Interfaces:
Serializable

public class RetryableException extends RuntimeServiceException
Exception thrown when it is possible to retry the action that just failed.
Since:
2025.0
See Also:
  • Constructor Details

    • RetryableException

      public RetryableException(String message)
    • RetryableException

      public RetryableException(String message, Throwable cause)
    • RetryableException

      public RetryableException(Throwable cause)