Class RetryableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sentrysoftware.metricshub.engine.common.exception.RetryableException
All Implemented Interfaces:
Serializable

public class RetryableException extends RuntimeException
Exception which indicates that a retry operation is required.
See RetryOperation implementation.
See Also:
  • Constructor Details

    • RetryableException

      public RetryableException()