Class ExceptionHandlers.IgnoreExceptionHandler

java.lang.Object
io.atlassian.fugue.retry.ExceptionHandlers.IgnoreExceptionHandler
All Implemented Interfaces:
ExceptionHandler
Enclosing class:
ExceptionHandlers

private static class ExceptionHandlers.IgnoreExceptionHandler extends Object implements ExceptionHandler
  • Constructor Details

    • IgnoreExceptionHandler

      private IgnoreExceptionHandler()
  • Method Details

    • handle

      public void handle(RuntimeException a)
      Description copied from interface: ExceptionHandler
      Act on an exception, this method should be called by clients when an exception occurs in wrapped code.
      Specified by:
      handle in interface ExceptionHandler
      Parameters:
      a - the exception to handle