Class RetryStrategy.DeadlineExceededException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.util.RetryStrategy.DeadlineExceededException
All Implemented Interfaces:
Serializable
Enclosing class:
RetryStrategy

public static class RetryStrategy.DeadlineExceededException extends RuntimeException
Exception class to signal deadline was exceeded while attempting retries with a retry strategy.
See Also:
  • Constructor Details

    • DeadlineExceededException

      public DeadlineExceededException(String msg, Throwable lastFailure)