Class IgnoreExceptionHandler

java.lang.Object
com.lmax.disruptor.IgnoreExceptionHandler
All Implemented Interfaces:
ExceptionHandler<Object>

public final class IgnoreExceptionHandler extends Object implements ExceptionHandler<Object>
Convenience implementation of an exception handler that uses the standard JDK logging of System.Logger to log the exception as System.Logger.Level.INFO