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

com.belerweb.social.http.HttpException Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package com.belerweb.social.http;



public class HttpException extends Exception {

  private static final long serialVersionUID = -7528165403129614352L;

  public HttpException(Exception exception) {
    super(exception);
  }

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy