com.netflix.astyanax.connectionpool.exceptions
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.astyanax.connectionpool.exceptions.ConnectionException
com.netflix.astyanax.connectionpool.exceptions.TimeoutException
- All Implemented Interfaces:
- IsDeadConnectionException, IsRetryableException, IsTimeoutException, Serializable
public class TimeoutException
- extends ConnectionException
- implements IsRetryableException, IsDeadConnectionException, IsTimeoutException
- See Also:
- Serialized Form
TimeoutException
public TimeoutException(String message)
TimeoutException
public TimeoutException(Throwable t)
TimeoutException
public TimeoutException(String message,
Throwable cause)
Copyright © 2012. All Rights Reserved.