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

com.files.exceptions.ApiCheckedException Maven / Gradle / Ivy

Go to download

The Files.com Java client library provides convenient access to the Files.com API from JVM based applications.

There is a newer version: 1.4.123
Show newest version
package com.files.exceptions;

public class ApiCheckedException extends Exception {
  private static final long serialVersionUID = -5050286401142662224L;

  public ApiCheckedException() {
    super();
  }

  public ApiCheckedException(String s) {
    super(s);
  }

  public ApiCheckedException(Exception e) {
    super(e);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy