Class BadRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.microprofile.openapi.apps.petstore.exception.ApiException
-
- org.eclipse.microprofile.openapi.apps.petstore.exception.BadRequestException
-
- All Implemented Interfaces:
Serializable
public class BadRequestException extends ApiException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadRequestException(int code, String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BadRequestException
public BadRequestException(int code, String msg)
-
-