com.atlassian.jira.service
Class ServiceException

java.lang.Object
  extended byAtlassianCoreException
      extended bycom.atlassian.jira.JiraException
          extended bycom.atlassian.jira.service.ServiceException

public class ServiceException
extends JiraException

See Also:
Serialized Form

Constructor Summary
ServiceException()
           
ServiceException(java.lang.Exception e)
           
ServiceException(java.lang.String msg)
           
ServiceException(java.lang.String msg, java.lang.Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceException

public ServiceException()

ServiceException

public ServiceException(java.lang.Exception e)

ServiceException

public ServiceException(java.lang.String msg)

ServiceException

public ServiceException(java.lang.String msg,
                        java.lang.Exception e)