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