Class ExceptionHandlers.CompositeExceptionHandler

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

private static class ExceptionHandlers.CompositeExceptionHandler extends Object implements ExceptionHandler
  • Field Details

  • Constructor Details

    • CompositeExceptionHandler

      public CompositeExceptionHandler(ExceptionHandler... handlers)
  • Method Details

    • handle

      public void handle(RuntimeException e)
      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:
      e - the exception to handle