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

gov.nasa.pds.api.registry.exceptions.UnsupportedSearchProperty Maven / Gradle / Ivy

There is a newer version: 4.5.6
Show newest version
package gov.nasa.pds.api.registry.exceptions;

public class UnsupportedSearchProperty extends Exception {

  /**
   * 
   */
  private static final long serialVersionUID = 1L;

  public UnsupportedSearchProperty(String msg) {

    super(msg);

  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy