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

com.tambapps.http.garcon.exception.BadProtocolException Maven / Gradle / Ivy

package com.tambapps.http.garcon.exception;

public class BadProtocolException extends RuntimeException {
  public BadProtocolException() {
  }

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy