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 by BatchUpdate steps.
See Also:
  • Constructor Details

    • UpdateException

      public UpdateException(String message)
    • UpdateException

      public UpdateException(Throwable cause)
    • UpdateException

      public UpdateException(String message, Throwable cause)