com.atlassian.jira.event
Class ListenerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.jira.JiraException
              extended by com.atlassian.jira.event.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:
Serialized Form

Constructor Summary
ListenerException()
           
ListenerException(Exception e)
           
ListenerException(String msg)
           
ListenerException(String msg, Exception e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListenerException

public ListenerException()

ListenerException

public ListenerException(Exception e)

ListenerException

public ListenerException(String msg)

ListenerException

public ListenerException(String msg,
                         Exception e)


Copyright © 2002-2013 Atlassian. All Rights Reserved.