Package com.google.gerrit.server.submit
Class MergeIdenticalTreeException
- 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.MergeIdenticalTreeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChangeAlreadyMergedException
public class MergeIdenticalTreeException extends ResourceConflictException
Indicates that the commit is already contained in destination branch. Either the commit itself is in the source tree, or the content is merged- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MergeIdenticalTreeException(String msg)
-
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 Detail
-
MergeIdenticalTreeException
public MergeIdenticalTreeException(String msg)
- Parameters:
msg
- message to return to the client describing the error.
-
-