Class Retries.NonRetryableException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Retries

    public static final class Retries.NonRetryableException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NonRetryableException​(java.lang.Exception exception)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Exception exception()  
      • 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

      • NonRetryableException

        public NonRetryableException​(java.lang.Exception exception)
    • Method Detail

      • exception

        public java.lang.Exception exception()