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