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

sg.dex.starfish.exception.StorageException Maven / Gradle / Ivy

package sg.dex.starfish.exception;

/**
 * Exception class representing a failure of Asset storage
 *
 * @author Tom
 */
@SuppressWarnings("serial")
public class StorageException extends RuntimeException {

    public StorageException(String message, Exception e) {
        super(message, e);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy