Class BadRequestWebException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
com.atlassian.jira.plugins.webhooks.rest.BadRequestWebException
- All Implemented Interfaces:
Serializable
public class BadRequestWebException
extends javax.ws.rs.WebApplicationException
This exception is thrown when a client provides invalid input to a REST resource.
- Since:
- v4.4
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.ws.rs.WebApplicationException
getResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadRequestWebException
-