Uses of Class
org.apache.cassandra.exceptions.OperationExecutionException
-
Packages that use OperationExecutionException Package Description org.apache.cassandra.exceptions -
-
Uses of OperationExecutionException in org.apache.cassandra.exceptions
Methods in org.apache.cassandra.exceptions that return OperationExecutionException Modifier and Type Method Description static OperationExecutionException
OperationExecutionException. create(char operator, java.util.List<AbstractType<?>> argTypes, java.lang.Exception e)
Creates a newOperationExecutionException
for the specified operation.
-