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

io.gravitee.node.api.secrets.errors.SecretMountNotFoundException Maven / Gradle / Ivy

package io.gravitee.node.api.secrets.errors;

/**
 * @author Benoit BORDIGONI (benoit.bordigoni at graviteesource.com)
 * @author GraviteeSource Team
 */
public class SecretMountNotFoundException extends RuntimeException {

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

    public SecretMountNotFoundException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy