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

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

The newest version!
/**
 * 
 */

package org.exparity.io.internet;

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

    private static final long serialVersionUID = 1L;

    public ContentConversionException(String exception) {
        super(exception);
    }

    public ContentConversionException(Exception exception) {
        super(exception);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy