Package com.google.gerrit.server.submit
Class SubmoduleConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gerrit.extensions.restapi.RestApiException
com.google.gerrit.extensions.restapi.ResourceConflictException
com.google.gerrit.server.submit.SubmoduleConflictException
- All Implemented Interfaces:
- Serializable
Exception to be thrown if any submodule operation is not possible due to conflicts.
 
Throwing this exception results in a 409 Conflict response to the calling user. The
 exception message is returned as error message to the user.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.google.gerrit.extensions.restapi.RestApiExceptioncaching, setCaching, wrapMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SubmoduleConflictException
 
-