Class BadRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.swagger.codegen.v3.service.exception.ApiException
-
- io.swagger.codegen.v3.service.exception.BadRequestException
-
- All Implemented Interfaces:
Serializable
public class BadRequestException extends ApiException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadRequestException(String msg)
BadRequestException(String msg, Throwable e)
-
Method Summary
-
Methods inherited from class io.swagger.codegen.v3.service.exception.ApiException
getCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-