public class RetryableIOException extends IOException implements RetryableException
IOException indicating that there was a IO failure, but it can be retried.| Constructor and Description | 
|---|
RetryableIOException()  | 
RetryableIOException(String message)  | 
RetryableIOException(String message,
                    Throwable cause)  | 
RetryableIOException(Throwable cause)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.