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

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

package org.openbaton.exceptions;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy