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

com.kovizone.poi.ooxml.plus.exception.ReflexException Maven / Gradle / Ivy

The newest version!
package com.kovizone.poi.ooxml.plus.exception;

public class ReflexException extends Exception {

    public ReflexException() {
        super();
    }

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

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

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

    protected ReflexException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) {
        super(message, cause, enableSuppression, writableStackTrace);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy