Class RetryableIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.hazelcast.spi.exception.RetryableIOException
All Implemented Interfaces:
RetryableException, Serializable

public class RetryableIOException extends IOException implements RetryableException
A IOException indicating that there was a IO failure, but it can be retried.
See Also:
  • Constructor Details

    • RetryableIOException

      public RetryableIOException()
    • RetryableIOException

      public RetryableIOException(String message)
    • RetryableIOException

      public RetryableIOException(String message, Throwable cause)
    • RetryableIOException

      public RetryableIOException(Throwable cause)