java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.microprofile.openapi.apps.petstore.exception.ApiException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadRequestException, NotFoundException

public class ApiException extends Exception
See Also:
  • Constructor Details

    • ApiException

      public ApiException(int code, String msg)