|
||||||||||
| 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.greenhopper.model.validation.JiraCopiedBadRequestWebException
public class JiraCopiedBadRequestWebException
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 | |
|---|---|
JiraCopiedBadRequestWebException()
Creates a new BadRequestWebException for the given issue. |
|
JiraCopiedBadRequestWebException(JiraCopiedRestErrorCollection errors)
Creates a new BadRequestWebException, with a collection of errors. |
|
JiraCopiedBadRequestWebException(java.lang.Throwable cause)
Creates a new BadRequestWebException. |
|
JiraCopiedBadRequestWebException(java.lang.Throwable cause,
JiraCopiedRestErrorCollection errors)
Creates a new BadRequestWebException, 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 JiraCopiedBadRequestWebException()
JiraCopiedBadRequestWebException(JiraCopiedRestErrorCollection) constructor, passing a collection of
errors.
public JiraCopiedBadRequestWebException(java.lang.Throwable cause)
cause - the underlying cause of the exceptionpublic JiraCopiedBadRequestWebException(JiraCopiedRestErrorCollection errors)
errors - an ErrorCollection containing the errors
public JiraCopiedBadRequestWebException(java.lang.Throwable cause,
JiraCopiedRestErrorCollection 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 | |||||||||