com.datastax.driver.core.exceptions
Class QueryValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.datastax.driver.core.exceptions.DriverException
com.datastax.driver.core.exceptions.QueryValidationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AlreadyExistsException, InvalidQueryException, SyntaxError, UnauthorizedException
public abstract class QueryValidationException
- extends DriverException
An exception indicating that a query cannot be executed because it is
syntactically incorrect, invalid, unauthorized or any other reason.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueryValidationException
protected QueryValidationException(String msg)
QueryValidationException
protected QueryValidationException(String msg,
Throwable cause)
Copyright © 2013. All Rights Reserved.