Class ApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.swagger.codegen.v3.service.exception.ApiException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadRequestException,NotFoundException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApiException(int code, String msg) ApiException(int code, String msg, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ApiException
-
ApiException
-
-
Method Details
-
getCode
public int getCode()
-