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