public class BadRequestWebException
extends javax.ws.rs.WebApplicationException
| Constructor and Description |
|---|
BadRequestWebException()
Creates a new BadRequestWebException for the given issue.
|
BadRequestWebException(ErrorCollection errors)
Creates a new BadRequestWebException, with a collection of errors.
|
BadRequestWebException(Throwable cause)
Creates a new BadRequestWebException.
|
BadRequestWebException(Throwable cause,
ErrorCollection errors)
Creates a new BadRequestWebException, with a collection of errors and a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadRequestWebException()
BadRequestWebException(com.atlassian.jira.rest.api.util.ErrorCollection) constructor, passing a collection of
errors.public BadRequestWebException(Throwable cause)
cause - the underlying cause of the exceptionpublic BadRequestWebException(ErrorCollection errors)
errors - an ErrorCollection containing the errorspublic BadRequestWebException(Throwable cause, ErrorCollection errors)
cause - the underlying cause of the exceptionerrors - an ErrorCollection containing the errorsCopyright © 2002-2015 Atlassian. All Rights Reserved.