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

org.octopusden.octopus.escrow.exceptions.ComponentResolverException Maven / Gradle / Ivy

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

public class ComponentResolverException extends RuntimeException {
    public ComponentResolverException(String message) {
        super(message);
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy