Class RetryFailedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RetryFailedException
    extends java.lang.RuntimeException
    The exception will be thrown, when the number of retries exceeded the max number of retries while executing the spec.

    Since:
    1.6.0
    Author:
    Erhan Bagdemir
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RetryFailedException​(java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RetryFailedException

        public RetryFailedException​(java.lang.Throwable cause)