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

org.apache.oodt.commons.exceptions.CommonsException Maven / Gradle / Ivy

There is a newer version: 1.9.1
Show newest version
package org.apache.oodt.commons.exceptions;

/**
 * Created by bugg on 27/10/15.
 */
public class CommonsException extends Exception {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy