Example usage for org.eclipse.jgit.transport ServiceMayNotContinueException subclass-usage

List of usage examples for org.eclipse.jgit.transport ServiceMayNotContinueException subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.transport ServiceMayNotContinueException subclass-usage.

Usage

From source file com.google.gerrit.server.git.validators.UploadValidationException.java

public class UploadValidationException extends ServiceMayNotContinueException {

    private static final long serialVersionUID = 1L;

    public UploadValidationException(String message, Throwable cause) {
        super(message, cause);