Class RestApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gerrit.extensions.restapi.RestApiException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthException, BadRequestException, MethodNotAllowedException, PreconditionFailedException, QuotaException, ResourceConflictException, ResourceNotFoundException, UnprocessableEntityException

public class RestApiException extends Exception
Root exception type for REST API failures.
See Also:
  • Constructor Details

    • RestApiException

      protected RestApiException()
    • RestApiException

      protected RestApiException(String msg)
    • RestApiException

      protected RestApiException(String msg, Throwable cause)
  • Method Details