Class ApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lancedb.lance.namespace.client.apache.ApiException
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ApiException
extends Exception
-
Constructor Summary
ConstructorsConstructorDescriptionApiException
(int code, String message) ApiException
(int code, String message, Map<String, List<String>> responseHeaders, String responseBody) ApiException
(String message) ApiException
(String message, int code, Map<String, List<String>> responseHeaders, String responseBody) ApiException
(String message, Throwable throwable, int code, Map<String, List<String>> responseHeaders) ApiException
(String message, Throwable throwable, int code, Map<String, List<String>> responseHeaders, String responseBody) ApiException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ApiException
public ApiException() -
ApiException
-
ApiException
-
ApiException
-
ApiException
-
ApiException
-
ApiException
-
ApiException
-
ApiException
-
-
Method Details
-
getCode
public int getCode() -
getResponseHeaders
-
getResponseBody
-
toString
-