Interface RequestErrorListener

All Superinterfaces:
EventListener

public interface RequestErrorListener extends EventListener
Listener interface for receiving request error events. When a request error event occurs, the handleRequestError method is called.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a request error is occurs.
  • Method Details

    • handleRequestError

      void handleRequestError(RequestErrorEvent event) throws Exception
      Called when a request error is occurs.
      Parameters:
      event - describes the request error event.
      Throws:
      Exception - if an error occurs.