Package io.milvus.client.exception
Class UnsupportedServerVersion
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.milvus.client.exception.MilvusException
-
- io.milvus.client.exception.UnsupportedServerVersion
-
- All Implemented Interfaces:
Serializable
public class UnsupportedServerVersion extends MilvusException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedServerVersion(String host, String expect, String actual)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class io.milvus.client.exception.MilvusException
fillInStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-