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