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

org.exparity.io.internet.FileNotSentException Maven / Gradle / Ivy

The newest version!
/*
 * 
 */

package org.exparity.io.internet;

/**
 * @author Stewart Bissett
 */
public class FileNotSentException extends RuntimeException {

    private static final long serialVersionUID = 1L;

    public FileNotSentException(final String message) {
        super(message);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy