org.jboss.pnc.environmentdriver.exceptions.UnableToStartException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of environment-driver Show documentation
Show all versions of environment-driver Show documentation
Environment driver provides REST endpoints to create and destroy Openshift objects
package org.jboss.pnc.environmentdriver.exceptions;
/**
* @author Matej Lazar
*/
public class UnableToStartException extends Throwable {
public UnableToStartException(String messages) {
super(messages);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy