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

com.github.dikhan.exceptions.NotifyEventException Maven / Gradle / Ivy

There is a newer version: 3.1.2
Show newest version
package com.github.dikhan.exceptions;

public class NotifyEventException extends Exception {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy