Class 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:
  • Field Details

    • status

      protected Integer status
  • Constructor Details

    • MilvusException

      public MilvusException(String msg, Integer status)
  • Method Details

    • getStatus

      public Integer getStatus()
    • setStatus

      public void setStatus(Integer status)