org.openbaton.exceptions.ExistingVNFPackage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of exception Show documentation
Show all versions of exception Show documentation
Openbaton libraries for almost everything
package org.openbaton.exceptions;
/** Created by rvl on 11.10.16. */
public class ExistingVNFPackage extends Exception {
public ExistingVNFPackage(String message) {
super(message);
}
}