Class ListenerException

All Implemented Interfaces:
Serializable

public class ListenerException extends JiraException
The exception that should be thrown for all errors within Listeners.

///CLOVER:OFF

See Also:
  • Constructor Details

    • ListenerException

      public ListenerException()
    • ListenerException

      public ListenerException(Exception e)
    • ListenerException

      public ListenerException(String msg)
    • ListenerException

      public ListenerException(String msg, Exception e)