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

io.sterodium.extensions.client.upload.ResourcePackagingException Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
package io.sterodium.extensions.client.upload;

/**
 * @author Alexey Nikolaenko [email protected]
 *         Date: 25/09/2015
 */
class ResourcePackagingException extends RuntimeException {

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

    public ResourcePackagingException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy