Serialized Form
-
Package org.eclipse.microprofile.openapi.apps.airlines.exception
-
Exception org.eclipse.microprofile.openapi.apps.airlines.exception.ApiException
class ApiException extends Exception implements Serializable-
Serialized Fields
-
code
int code
-
-
-
Exception org.eclipse.microprofile.openapi.apps.airlines.exception.BadRequestException
class BadRequestException extends ApiException implements Serializable-
Serialized Fields
-
code
int code
-
-
-
Exception org.eclipse.microprofile.openapi.apps.airlines.exception.NotFoundException
class NotFoundException extends ApiException implements Serializable -
Exception org.eclipse.microprofile.openapi.apps.airlines.exception.ReviewRejectedException
class ReviewRejectedException extends Exception implements Serializable
-
-
Package org.eclipse.microprofile.openapi.apps.petstore.exception
-
Exception org.eclipse.microprofile.openapi.apps.petstore.exception.ApiException
class ApiException extends Exception implements Serializable-
Serialized Fields
-
code
int code
-
-
-
Exception org.eclipse.microprofile.openapi.apps.petstore.exception.BadRequestException
class BadRequestException extends ApiException implements Serializable-
Serialized Fields
-
code
int code
-
-
-
Exception org.eclipse.microprofile.openapi.apps.petstore.exception.NotFoundException
class NotFoundException extends ApiException implements Serializable-
Serialized Fields
-
code
int code
-
-
-