Class 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 Detail

      • TarantoolAccessDeniedException

        public TarantoolAccessDeniedException​(String errorMessage)