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

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

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

public class MembershipException extends Exception {
  private static final long serialVersionUID = 4619792009605522154L;

  public MembershipException(String lidvid, String membership, String type) {
    super("The lidvid '" + lidvid + "' of type " + type + " does not support " + membership
        + " membership");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy