com.atlassian.greenhopper.model.validation
Class JiraCopiedConflictWebException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.ws.rs.WebApplicationException
                  extended by com.atlassian.greenhopper.model.validation.JiraCopiedConflictWebException
All Implemented Interfaces:
java.io.Serializable

public class JiraCopiedConflictWebException
extends javax.ws.rs.WebApplicationException

This exception is thrown when an operation conflicted with another user.

See Also:
Serialized Form

Constructor Summary
JiraCopiedConflictWebException(JiraCopiedRestErrorCollection errors)
          Creates 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
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

JiraCopiedConflictWebException

public JiraCopiedConflictWebException(JiraCopiedRestErrorCollection errors)
Creates a new ConflictWebException, with a collection of errors.

Parameters:
errors - an ErrorCollection containing the errors


Copyright © 2007-2014 Atlassian. All Rights Reserved.