Package io.milvus.v2.exception
Class MilvusClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.milvus.v2.exception.MilvusClientException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMilvusClientException(ErrorCode errorCode, String message) MilvusClientException(ErrorCode errorCode, String message, int serverErrCode, int legacyServerCode) MilvusClientException(ErrorCode errorCode, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MilvusClientException
-
MilvusClientException
-
MilvusClientException
-