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 Summary
Constructors -
Method Summary
Methods inherited from class com.google.gerrit.extensions.restapi.RestApiException
caching, setCaching, wrap
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SubmoduleConflictException
-