com.netflix.astyanax.connectionpool.exceptions
Class InterruptedOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.netflix.astyanax.connectionpool.exceptions.ConnectionException
              extended by com.netflix.astyanax.connectionpool.exceptions.InterruptedOperationException
All Implemented Interfaces:
java.io.Serializable

public class InterruptedOperationException
extends ConnectionException

See Also:
Serialized Form

Constructor Summary
InterruptedOperationException(java.lang.String message)
           
InterruptedOperationException(java.lang.String message, java.lang.Throwable cause)
           
InterruptedOperationException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class com.netflix.astyanax.connectionpool.exceptions.ConnectionException
getHost, getLatency, getLatency, getLatencyWithPool, getMessage, getOriginalMessage, setAttempt, setHost, setLatency, setLatencyWithPool
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InterruptedOperationException

public InterruptedOperationException(java.lang.String message)

InterruptedOperationException

public InterruptedOperationException(java.lang.Throwable t)

InterruptedOperationException

public InterruptedOperationException(java.lang.String message,
                                     java.lang.Throwable cause)