Class ListenerException

All Implemented Interfaces:
Serializable

public class ListenerException extends IbisException
Exception thrown by implementations of methods of listeners.
Author:
Gerrit van Brakel
See Also:
  • Constructor Details

    • ListenerException

      public ListenerException()
    • ListenerException

      public ListenerException(String errMsg)
    • ListenerException

      public ListenerException(String errMsg, Throwable t)
    • ListenerException

      public ListenerException(Throwable t)