Class FatalExceptionHandler

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

public final class FatalExceptionHandler 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.ERROR and re-throw it wrapped in a RuntimeException