Package io.milvus.exception
Class MilvusException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.milvus.exception.MilvusException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClientNotConnectedException,IllegalResponseException,ParamException,ServerException,UnExpectedException
public class MilvusException extends RuntimeException
Base class of Milvus exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MilvusException(String msg, Integer status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetStatus()voidsetStatus(Integer status)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-