com.netflix.astyanax.connectionpool.exceptions
Class OperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.astyanax.connectionpool.exceptions.ConnectionException
com.netflix.astyanax.connectionpool.exceptions.OperationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AuthenticationException, BadConfigurationException, BadRequestException, NotFoundException, UnknownException
public class OperationException
- extends ConnectionException
Application exception for an operation executed within the context of the
connection pool. An application exception varies from other
ConnectionException in that it will immediately roll up to the client and
cannot fail over. Examples of application exceptions are invalid request
formats.
- Author:
- elandau
- See Also:
- Serialized Form
OperationException
public OperationException(String message)
OperationException
public OperationException(Throwable t)
OperationException
public OperationException(String message,
Throwable cause)
Copyright © 2012. All Rights Reserved.