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:
Serializable
public class ServerException extends MilvusException
Exception for error response from server side.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ErrorCodecompatibleCode-
Fields inherited from class io.milvus.exception.MilvusException
status
-
-
Constructor Summary
Constructors Constructor Description ServerException(String msg, Integer code, ErrorCode compatibleCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorCodegetCompatibleCode()-
Methods inherited from class io.milvus.exception.MilvusException
getStatus, setStatus
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-