package-summary.html 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. <!DOCTYPE HTML>
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc (11.0.18) on Wed Nov 08 17:48:37 CST 2023 -->
  6. <title>io.milvus.exception</title>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  8. <meta name="dc.created" content="2023-11-08">
  9. <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
  10. <link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.min.css" title="Style">
  11. <link rel="stylesheet" type="text/css" href="../../../jquery-ui.overrides.css" title="Style">
  12. <script type="text/javascript" src="../../../script.js"></script>
  13. <script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script>
  14. <script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
  15. <!--[if IE]>
  16. <script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
  17. <![endif]-->
  18. <script type="text/javascript" src="../../../jquery/jquery-3.6.0.min.js"></script>
  19. <script type="text/javascript" src="../../../jquery/jquery-ui.min.js"></script>
  20. </head>
  21. <body>
  22. <script type="text/javascript"><!--
  23. try {
  24. if (location.href.indexOf('is-external=true') == -1) {
  25. parent.document.title="io.milvus.exception";
  26. }
  27. }
  28. catch(err) {
  29. }
  30. //-->
  31. var pathtoroot = "../../../";
  32. var useModuleDirectories = true;
  33. loadScripts(document, 'script');</script>
  34. <noscript>
  35. <div>JavaScript is disabled on your browser.</div>
  36. </noscript>
  37. <header role="banner">
  38. <nav role="navigation">
  39. <div class="fixedNav">
  40. <!-- ========= START OF TOP NAVBAR ======= -->
  41. <div class="topNav"><a id="navbar.top">
  42. <!-- -->
  43. </a>
  44. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  45. <a id="navbar.top.firstrow">
  46. <!-- -->
  47. </a>
  48. <ul class="navList" title="Navigation">
  49. <li><a href="../../../index.html">Overview</a></li>
  50. <li class="navBarCell1Rev">Package</li>
  51. <li>Class</li>
  52. <li><a href="package-tree.html">Tree</a></li>
  53. <li><a href="../../../deprecated-list.html">Deprecated</a></li>
  54. <li><a href="../../../index-files/index-1.html">Index</a></li>
  55. <li><a href="../../../help-doc.html">Help</a></li>
  56. </ul>
  57. </div>
  58. <div class="subNav">
  59. <ul class="navList" id="allclasses_navbar_top">
  60. <li><a href="../../../allclasses.html">All&nbsp;Classes</a></li>
  61. </ul>
  62. <ul class="navListSearch">
  63. <li><label for="search">SEARCH:</label>
  64. <input type="text" id="search" value="search" disabled="disabled">
  65. <input type="reset" id="reset" value="reset" disabled="disabled">
  66. </li>
  67. </ul>
  68. <div>
  69. <script type="text/javascript"><!--
  70. allClassesLink = document.getElementById("allclasses_navbar_top");
  71. if(window==top) {
  72. allClassesLink.style.display = "block";
  73. }
  74. else {
  75. allClassesLink.style.display = "none";
  76. }
  77. //-->
  78. </script>
  79. <noscript>
  80. <div>JavaScript is disabled on your browser.</div>
  81. </noscript>
  82. </div>
  83. <a id="skip.navbar.top">
  84. <!-- -->
  85. </a></div>
  86. <!-- ========= END OF TOP NAVBAR ========= -->
  87. </div>
  88. <div class="navPadding">&nbsp;</div>
  89. <script type="text/javascript"><!--
  90. $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
  91. //-->
  92. </script>
  93. </nav>
  94. </header>
  95. <main role="main">
  96. <div class="header">
  97. <h1 title="Package" class="title">Package&nbsp;io.milvus.exception</h1>
  98. </div>
  99. <div class="contentContainer">
  100. <ul class="blockList">
  101. <li class="blockList">
  102. <table class="typeSummary">
  103. <caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
  104. <tr>
  105. <th class="colFirst" scope="col">Exception</th>
  106. <th class="colLast" scope="col">Description</th>
  107. </tr>
  108. <tbody>
  109. <tr class="altColor">
  110. <th class="colFirst" scope="row"><a href="ClientNotConnectedException.html" title="class in io.milvus.exception">ClientNotConnectedException</a></th>
  111. <td class="colLast">
  112. <div class="block">Milvus client API throws this exception when not connected to the Milvus server.</div>
  113. </td>
  114. </tr>
  115. <tr class="rowColor">
  116. <th class="colFirst" scope="row"><a href="IllegalResponseException.html" title="class in io.milvus.exception">IllegalResponseException</a></th>
  117. <td class="colLast">
  118. <div class="block">Interfaces including <code>search</code>/<code>search</code>/<code>loadCollection</code> might
  119. throw this exception when server return illegal response.</div>
  120. </td>
  121. </tr>
  122. <tr class="altColor">
  123. <th class="colFirst" scope="row"><a href="MilvusException.html" title="class in io.milvus.exception">MilvusException</a></th>
  124. <td class="colLast">
  125. <div class="block">Base class of Milvus exceptions.</div>
  126. </td>
  127. </tr>
  128. <tr class="rowColor">
  129. <th class="colFirst" scope="row"><a href="ParamException.html" title="class in io.milvus.exception">ParamException</a></th>
  130. <td class="colLast">
  131. <div class="block">Exception for illegal parameters input.</div>
  132. </td>
  133. </tr>
  134. </tbody>
  135. </table>
  136. </li>
  137. </ul>
  138. </div>
  139. </main>
  140. <footer role="contentinfo">
  141. <nav role="navigation">
  142. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  143. <div class="bottomNav"><a id="navbar.bottom">
  144. <!-- -->
  145. </a>
  146. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  147. <a id="navbar.bottom.firstrow">
  148. <!-- -->
  149. </a>
  150. <ul class="navList" title="Navigation">
  151. <li><a href="../../../index.html">Overview</a></li>
  152. <li class="navBarCell1Rev">Package</li>
  153. <li>Class</li>
  154. <li><a href="package-tree.html">Tree</a></li>
  155. <li><a href="../../../deprecated-list.html">Deprecated</a></li>
  156. <li><a href="../../../index-files/index-1.html">Index</a></li>
  157. <li><a href="../../../help-doc.html">Help</a></li>
  158. </ul>
  159. </div>
  160. <div class="subNav">
  161. <ul class="navList" id="allclasses_navbar_bottom">
  162. <li><a href="../../../allclasses.html">All&nbsp;Classes</a></li>
  163. </ul>
  164. <div>
  165. <script type="text/javascript"><!--
  166. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  167. if(window==top) {
  168. allClassesLink.style.display = "block";
  169. }
  170. else {
  171. allClassesLink.style.display = "none";
  172. }
  173. //-->
  174. </script>
  175. <noscript>
  176. <div>JavaScript is disabled on your browser.</div>
  177. </noscript>
  178. </div>
  179. <a id="skip.navbar.bottom">
  180. <!-- -->
  181. </a></div>
  182. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  183. </nav>
  184. </footer>
  185. </body>
  186. </html>