Package com.google.gerrit.server.git
Class ChangeAlreadyMergedException
- 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.git.MergeIdenticalTreeException
- 
- com.google.gerrit.server.git.ChangeAlreadyMergedException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ChangeAlreadyMergedException extends MergeIdenticalTreeException Indicates that the change or commit is already in the source tree.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ChangeAlreadyMergedException(String msg)
 - 
Method Summary- 
Methods inherited from class com.google.gerrit.extensions.restapi.RestApiExceptioncaching, caching
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ChangeAlreadyMergedExceptionpublic ChangeAlreadyMergedException(String msg) - Parameters:
- msg- message to return to the client describing the error.
 
 
- 
 
-