com.datastax.driver.core.exceptions
Class UnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.datastax.driver.core.exceptions.DriverUncheckedException
com.datastax.driver.core.exceptions.QueryValidationException
com.datastax.driver.core.exceptions.UnauthorizedException
- All Implemented Interfaces:
- Serializable
public class UnauthorizedException
- extends QueryValidationException
Indicates that a query cannot be performed due to the authorisation
restrictions of the logged user.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnauthorizedException
public UnauthorizedException(String msg)
Copyright © 2013. All Rights Reserved.