Interface EventServerException

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface EventServerException
Something went wrong on the server.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(Throwable throwable)
    Something went wrong on the server.
  • Method Details

    • handle

      void handle(Throwable throwable)
      Something went wrong on the server.
      Parameters:
      throwable - the Throwable thrown whenever any exception emerged