public abstract class MilvusException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
status |
| Constructor and Description |
|---|
MilvusException(java.lang.String msg,
java.lang.Integer status) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getStatus() |
void |
setStatus(java.lang.Integer status) |