Package io.tarantool.driver.exceptions
Class TarantoolIndexNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.tarantool.driver.exceptions.TarantoolException
-
- io.tarantool.driver.exceptions.TarantoolIndexNotFoundException
-
- All Implemented Interfaces:
Serializable
public class TarantoolIndexNotFoundException extends TarantoolException
Represents index not found by name error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TarantoolIndexNotFoundException(int spaceId, String indexName)
TarantoolIndexNotFoundException(String spaceName, int indexId)
TarantoolIndexNotFoundException(String spaceName, String indexName)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TarantoolIndexNotFoundException
public TarantoolIndexNotFoundException(int spaceId, String indexName)
-
TarantoolIndexNotFoundException
public TarantoolIndexNotFoundException(String spaceName, String indexName)
-
TarantoolIndexNotFoundException
public TarantoolIndexNotFoundException(String spaceName, int indexId)
-
-