Class ApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.db.protocol.rest.ApiException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NotFoundException
@Generated(value="org.openapitools.codegen.languages.JavaJerseyServerCodegen", date="2022-12-02T16:45:32.397906+08:00[Asia/Shanghai]") public class ApiException extends java.lang.ExceptionThe exception that can be used to store the HTTP status code returned by an API response.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApiException(int code, java.lang.String msg)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()Get the HTTP status code.
-