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
public class RetryableIOException
- extends IOException
- implements RetryableException
A IOException
indicating that there was a IO failure, but it can be retried.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RetryableIOException
public RetryableIOException()
RetryableIOException
public RetryableIOException(String message)
RetryableIOException
public RetryableIOException(String message,
Throwable cause)
RetryableIOException
public RetryableIOException(Throwable cause)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.