Class NonRetryableException

  • All Implemented Interfaces:
    Serializable

    public class NonRetryableException
    extends Exception
    Normally all exceptions are retried by RetryableAction. This is a special exception to communicate the intent that a certain exception should not be retried.
    See Also:
    Serialized Form