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

nl.tno.bim.nmd.exception.NmdIdNotFoundException Maven / Gradle / Ivy

The newest version!
package nl.tno.bim.nmd.exception;

@SuppressWarnings("serial")
public class NmdIdNotFoundException extends Exception {
    public NmdIdNotFoundException() {
        super();
    }

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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy