Class ProxyEventException

All Implemented Interfaces:
Serializable

public class ProxyEventException extends ProxyException
Exception thrown when a server event listener throws an exception
See Also:
  • Constructor Details

    • ProxyEventException

      public ProxyEventException(String message, Throwable cause, Listener listener, Event event)
    • ProxyEventException

      public ProxyEventException(Throwable cause, Listener listener, Event event)
    • ProxyEventException

      protected ProxyEventException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Listener listener, Event event)
  • Method Details

    • getListener

      public Listener getListener()
      Gets the listener which threw the exception
      Returns:
      event listener
    • getEvent

      public Event getEvent()
      Gets the event which caused the exception
      Returns:
      event