All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.browserup.bup.exception.ProxyPortsExhaustedException Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package com.browserup.bup.exception;

public class ProxyPortsExhaustedException extends RuntimeException {
    private static final long serialVersionUID = -6801448612785792233L;

    public ProxyPortsExhaustedException() {
        super();
    }

    public ProxyPortsExhaustedException(String message, Throwable cause) {
        super(message, cause);
    }

    public ProxyPortsExhaustedException(String message) {
        super(message);
    }

    public ProxyPortsExhaustedException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy