![JAR search and dependency download from the Maven repository](/logo.png)
net.logstash.logback.encoder.com.lmax.disruptor.TimeoutException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of logstash-logback-encoder Show documentation
Show all versions of logstash-logback-encoder Show documentation
Logback encoder which will output events as Logstash-compatible JSON
package net.logstash.logback.encoder.com.lmax.disruptor;
@SuppressWarnings("serial")
public final class TimeoutException extends Exception
{
public static final TimeoutException INSTANCE = new TimeoutException();
private TimeoutException()
{
// Singleton
}
@Override
public synchronized Throwable fillInStackTrace()
{
return this;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy