public class TarantoolNoSuchProcedureException extends TarantoolException
For example: this exception can be raised when a Cartridge role is not up yet or is being reloaded at the moment. This can happen when the tarantool 'router' node is restarted or hot-reloaded but the cluster is under load at the moment. If CRUD module is used in the cluster then 'cartridge.roles.crud-router' may have not been initialized yet and all requests to CRUD will fail with this exception.
You can use this exception when you are sure that it's worth trying a few more times until the role is up.
Constructor and Description |
---|
TarantoolNoSuchProcedureException(String errorMessage) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TarantoolNoSuchProcedureException(String errorMessage)
Copyright © 2025 Picodata. All rights reserved.