Package io.tarantool.driver.exceptions
Class TarantoolFieldNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.tarantool.driver.exceptions.TarantoolException
-
- io.tarantool.driver.exceptions.TarantoolClientException
-
- io.tarantool.driver.exceptions.TarantoolFieldNotFoundException
-
- All Implemented Interfaces:
Serializable
public class TarantoolFieldNotFoundException extends TarantoolClientException
Represents error when a field is not found in space format metadata- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TarantoolFieldNotFoundException(int position, TarantoolSpaceMetadata spaceMetadata)
TarantoolFieldNotFoundException(String name, TarantoolSpaceMetadata spaceMetadata)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TarantoolFieldNotFoundException
public TarantoolFieldNotFoundException(int position, TarantoolSpaceMetadata spaceMetadata)
-
TarantoolFieldNotFoundException
public TarantoolFieldNotFoundException(String name, TarantoolSpaceMetadata spaceMetadata)
-
-