Package io.tarantool.driver.exceptions
Class TarantoolAccessDeniedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.tarantool.driver.exceptions.TarantoolException
-
- io.tarantool.driver.exceptions.TarantoolAccessDeniedException
-
- All Implemented Interfaces:
Serializable
public class TarantoolAccessDeniedException extends TarantoolException
Corresponds to an exception that occurs when the connected user doesn't have access to function, space or sequence. For example: this exception can be raised when a user doesn't have access to metadata functions(ddl.get_schema, _vspace:select)- See Also:
- box_error, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TarantoolAccessDeniedException(String errorMessage)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TarantoolAccessDeniedException
public TarantoolAccessDeniedException(String errorMessage)
-
-