com.netgrif.application.engine.files.throwable.StorageException Maven / Gradle / Ivy
package com.netgrif.application.engine.files.throwable;
public class StorageException extends Exception {
public StorageException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy