com.netflix.astyanax.connectionpool.exceptions
Class HostDownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.astyanax.connectionpool.exceptions.ConnectionException
com.netflix.astyanax.connectionpool.exceptions.HostDownException
- All Implemented Interfaces:
- IsDeadConnectionException, IsRetryableException, Serializable
public class HostDownException
- extends ConnectionException
- implements IsRetryableException, IsDeadConnectionException
No more connections may be opened on a host and no timeout was specified.
- Author:
- elandau
- See Also:
- Serialized Form
HostDownException
public HostDownException(String message)
HostDownException
public HostDownException(Throwable t)
HostDownException
public HostDownException(String message,
Throwable cause)
Copyright © 2012. All Rights Reserved.