Class JiraCopiedConflictWebException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
com.atlassian.greenhopper.model.validation.JiraCopiedConflictWebException
- All Implemented Interfaces:
Serializable
public class JiraCopiedConflictWebException
extends javax.ws.rs.WebApplicationException
This exception is thrown when an operation conflicted with another user.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new ConflictWebException, with a collection of errors. -
Method Summary
Methods inherited from class javax.ws.rs.WebApplicationException
getResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JiraCopiedConflictWebException
Creates a new ConflictWebException, with a collection of errors.- Parameters:
errors
- an ErrorCollection containing the errors
-