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

edu.stanford.protege.webprotege.filesub.StorageException Maven / Gradle / Ivy

package edu.stanford.protege.webprotege.filesub;

/**
 * Matthew Horridge
 * Stanford Center for Biomedical Informatics Research
 * 2021-11-12
 */
public class StorageException extends RuntimeException {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy