![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ltsopensource.core.exception.RemotingSendException Maven / Gradle / Ivy
package com.github.ltsopensource.core.exception;
/**
* @author Robert HG ([email protected]) on 8/18/14.
*/
public class RemotingSendException extends Exception{
private static final long serialVersionUID = -8901776781734789960L;
public RemotingSendException() {
super();
}
public RemotingSendException(String message) {
super(message);
}
public RemotingSendException(String message, Throwable cause) {
super(message, cause);
}
public RemotingSendException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy