|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.ws.rs.WebApplicationException com.atlassian.jira.rest.ServerErrorWebException
public class ServerErrorWebException
This exception is thrown when a JIRA REST resource aborts in an unforeseen manner).
Constructor Summary | |
---|---|
ServerErrorWebException()
Creates a new ServerErrorWebException for the given issue. |
|
ServerErrorWebException(ErrorCollection errors)
Creates a new ServerErrorWebException, with a collection of errors. |
|
ServerErrorWebException(Throwable cause)
Creates a new ServerErrorWebException. |
|
ServerErrorWebException(Throwable cause,
ErrorCollection errors)
Creates a new ServerErrorWebException, 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 ServerErrorWebException()
ServerErrorWebException(com.atlassian.jira.rest.api.util.ErrorCollection)
constructor, passing a collection of
errors.
public ServerErrorWebException(Throwable cause)
cause
- the underlying cause of the exceptionpublic ServerErrorWebException(ErrorCollection errors)
errors
- an ErrorCollection containing the errorspublic ServerErrorWebException(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 |