Class RetryableIOException

  • All Implemented Interfaces:
    RetryableException, java.io.Serializable

    public class RetryableIOException
    extends java.io.IOException
    implements RetryableException
    A IOException indicating that there was a IO failure, but it can be retried.
    See Also:
    Serialized Form
    • 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

      • RetryableIOException

        public RetryableIOException()
      • RetryableIOException

        public RetryableIOException​(java.lang.String message)
      • RetryableIOException

        public RetryableIOException​(java.lang.String message,
                                    java.lang.Throwable cause)
      • RetryableIOException

        public RetryableIOException​(java.lang.Throwable cause)