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

io.github.relbraun.poi.UnsupportedException Maven / Gradle / Ivy

The newest version!
package io.github.relbraun.poi;


public class UnsupportedException extends RuntimeException {

    private static final long serialVersionUID = 3103542175797043236L;


    // Constructors
    // ------------------------------------------------------------------------

    public UnsupportedException(String message, Throwable cause) {
        super(message, cause);
    }

    public UnsupportedException(String message) {
        super(message);
    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy