Package com.google.gerrit.server.update
Class UpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gerrit.server.update.UpdateException
- All Implemented Interfaces:
- Serializable
Exception type thrown by 
BatchUpdate steps.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUpdateException(String message) UpdateException(String message, Throwable cause) UpdateException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UpdateException
- 
UpdateException
- 
UpdateException
 
-