public class

OperationException

extends ConnectionException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.netflix.astyanax.connectionpool.exceptions.ConnectionException
         ↳ com.netflix.astyanax.connectionpool.exceptions.OperationException
Known Direct Subclasses

Class Overview

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.

Summary

Public Constructors
OperationException(String message)
OperationException(Throwable t)
OperationException(String message, Throwable cause)
[Expand]
Inherited Methods
From class com.netflix.astyanax.connectionpool.exceptions.ConnectionException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public OperationException (String message)

public OperationException (Throwable t)

public OperationException (String message, Throwable cause)