![JAR search and dependency download from the Maven repository](/logo.png)
org.graylog2.sender.GelfTimeoutException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gelfj Show documentation
Show all versions of gelfj Show documentation
GELF implementation in Java and log4j appender without any dependencies.
The newest version!
package org.graylog2.sender;
/**
* Created by lucas.castro on 10/7/16.
*/
public class GelfTimeoutException extends GelfSenderException {
public GelfTimeoutException(int errorCode, String message, Throwable cause) {
super(errorCode, message, cause);
}
public GelfTimeoutException(int errorCode, String message) {
super(errorCode, message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy