Package io.milvus.exception
Class ServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.milvus.exception.MilvusException
-
- io.milvus.exception.ServerException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServerException extends MilvusException
Exception for error response from server side.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerException(java.lang.String msg, java.lang.Integer code, io.milvus.grpc.ErrorCode compatibleCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.milvus.grpc.ErrorCode
getCompatibleCode()
-
Methods inherited from class io.milvus.exception.MilvusException
getStatus, setStatus
-
-