Package io.qdrant.client
Class QdrantException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.qdrant.client.QdrantException
- All Implemented Interfaces:
Serializable
An exception when interacting with qdrant
- See Also:
-
Constructor Summary
ConstructorDescriptionQdrantException
(String message) Instantiates a new instance ofQdrantException
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QdrantException
Instantiates a new instance ofQdrantException
- Parameters:
message
- The exception message
-