com.hazelcast.spi.exception
Class RetryableIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
RetryableIOException()
           
RetryableIOException(String message)
           
RetryableIOException(String message, Throwable cause)
           
RetryableIOException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.