|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
com.atlassian.jira.rest.exception.NotFoundWebException
public class NotFoundWebException
This exception is thrown when a JIRA REST resource is not found, or it cannot be read for some other reason (such as security checks).
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class javax.ws.rs.WebApplicationException |
|---|
getResponse |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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 errors
public NotFoundWebException(Throwable cause,
ErrorCollection errors)
cause - the underlying cause of the exceptionerrors - an ErrorCollection containing the errors
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||