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

br.com.anteros.ejabberd.api.InvalidEndpointException Maven / Gradle / Ivy

The newest version!
package br.com.anteros.ejabberd.api;

public class InvalidEndpointException extends RuntimeException {

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

    public InvalidEndpointException(String message, Throwable throwable) {
        super(message,throwable);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy