com.hazelcast.spi.exception
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) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.