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
public class UpdateException extends Exception
Exception type thrown byBatchUpdate
steps.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateException(String message)
UpdateException(String message, Throwable cause)
UpdateException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-