Package com.hazelcast.spi.exception
Class RetryableIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.hazelcast.spi.exception.RetryableIOException
- All Implemented Interfaces:
RetryableException
,Serializable
A
IOException
indicating that there was a IO failure, but it can be retried.- See Also:
-
Constructor Summary
ConstructorDescriptionRetryableIOException
(String message) RetryableIOException
(String message, Throwable cause) RetryableIOException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetryableIOException
public RetryableIOException() -
RetryableIOException
-
RetryableIOException
-
RetryableIOException
-