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

org.openbaton.exceptions.ExistingVNFPackage Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
package org.openbaton.exceptions;

/** Created by rvl on 11.10.16. */
public class ExistingVNFPackage extends Exception {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy