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

org.longhorn.beanstalk.springintegration.config.S3ResourceException Maven / Gradle / Ivy

The newest version!
package org.longhorn.beanstalk.springintegration.config;

public class S3ResourceException extends RuntimeException {

    /**
     * 
     */
    private static final long serialVersionUID = 1L;

    public S3ResourceException(String msg) {
        super(msg);
    }

    public S3ResourceException(String msg, Throwable cause) {
        super(msg, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy