Package io.milvus.exception
Class UnExpectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.milvus.exception.MilvusException
-
- io.milvus.exception.UnExpectedException
-
- All Implemented Interfaces:
Serializable
public class UnExpectedException extends MilvusException
Exception for unexpected exception.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.milvus.exception.MilvusException
status
-
-
Constructor Summary
Constructors Constructor Description UnExpectedException(String msg)
-
Method Summary
-
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
-
-
-
-
Constructor Detail
-
UnExpectedException
public UnExpectedException(String msg)
-
-