
br.com.anteros.ejabberd.api.InvalidEndpointException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Anteros-Ejabberd-Api Show documentation
Show all versions of Anteros-Ejabberd-Api Show documentation
Anteros Ejabberd API for Java.
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