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

public class ApiException extends RuntimeException
See Also:
  • Constructor Details

    • ApiException

      public ApiException(int code, String msg)
    • ApiException

      public ApiException(int code, String msg, Throwable e)
  • Method Details

    • getCode

      public int getCode()