org.tarantool.cluster.IllegalDiscoveryFunctionResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of connector Show documentation
Show all versions of connector Show documentation
Tarantool client for java
The newest version!
package org.tarantool.cluster;
/**
* Raised when {@link TarantoolClusterStoredFunctionDiscoverer} validates
* a function result as unsupported.
*/
public class IllegalDiscoveryFunctionResult extends RuntimeException {
public IllegalDiscoveryFunctionResult(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy