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

org.octopusden.octopus.escrow.NoConfigurationFoundException Maven / Gradle / Ivy

The newest version!
package org.octopusden.octopus.escrow;

public class NoConfigurationFoundException extends Exception {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy