milvus-logo

Class UnsupportedDataType

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedDataType
    extends ClientSideMilvusException
    Milvus exception where unsupported DataType is used by client
    • Constructor Summary

      Constructor Description
      UnsupportedDataType​(java.lang.String message)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnsupportedDataType

        public UnsupportedDataType​(java.lang.String message)