org.octopusden.octopus.escrow.NoConfigurationFoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of component-resolver-api Show documentation
Show all versions of component-resolver-api Show documentation
Octopus module: component-resolver-api
package org.octopusden.octopus.escrow;
public class NoConfigurationFoundException extends Exception {
public NoConfigurationFoundException(String message) {
super(message);
}
}