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

com.iwuyc.tools.commons.exception.UnsupportedException Maven / Gradle / Ivy

The newest version!
package com.iwuyc.tools.commons.exception;

public class UnsupportedException extends NeilException {
    public UnsupportedException() {
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy