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:
java.io.Serializable
public class UnsupportedServerVersion extends MilvusException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedServerVersion(java.lang.String host, java.lang.String expect, java.lang.String actual)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-
Methods inherited from class io.milvus.client.exception.MilvusException
fillInStackTrace
-
-