Uses of Class
com.atlassian.jira.service.ServiceException

Packages that use ServiceException
com.atlassian.jira.service   
 

Uses of ServiceException in com.atlassian.jira.service
 

Methods in com.atlassian.jira.service that throw ServiceException
 JiraServiceContainer ServiceManager.addService(String name, Class<? extends JiraService> serviceClass, long delay)
          This will add a service configuration to the JIRA DB and the service to the list of services which are running.
 JiraServiceContainer ServiceManager.addService(String name, Class<? extends JiraService> serviceClass, long delay, Map<String,String[]> params)
          This will add a service configuration to the JIRA DB and the service to the list of services which are running with an optional list of params.
 JiraServiceContainer ServiceManager.addService(String name, String className, long delay)
          This will add a service configuration to the JIRA DB and the service to the list of services which are running.
 JiraServiceContainer ServiceManager.addService(String name, String className, long delay, Map<String,String[]> params)
          This will add a service configuration to the JIRA DB and the service to the list of services which are running with an optional list of params.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.