Package io.tarantool.driver.exceptions
Class TarantoolSpaceFieldNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.tarantool.driver.exceptions.TarantoolException
-
- io.tarantool.driver.exceptions.TarantoolSpaceFieldNotFoundException
-
- All Implemented Interfaces:
Serializable
public class TarantoolSpaceFieldNotFoundException extends TarantoolException
Field not found in current space error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TarantoolSpaceFieldNotFoundException(String fieldName)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TarantoolSpaceFieldNotFoundException
public TarantoolSpaceFieldNotFoundException(String fieldName)
-
-