public final class SimpleLongRunningWithError
extends java.lang.Object
implements java.lang.Runnable
This example shows the long running version of the minimal example that throws an exception in the end. Used mainly for testing.
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
logger |
Constructor and Description |
---|
SimpleLongRunningWithError() |
Modifier and Type | Method and Description |
---|---|
void |
run() |
java.lang.String |
toString() |