Uses of Class
com.atlassian.jira.JiraException

Packages that use JiraException
com.atlassian.jira.action.issue   
com.atlassian.jira.bc.issue.comment   
com.atlassian.jira.event   
com.atlassian.jira.exception   
com.atlassian.jira.external   
com.atlassian.jira.imports.csv   
com.atlassian.jira.issue   
com.atlassian.jira.issue.index   
com.atlassian.jira.issue.search   
com.atlassian.jira.issue.util   
com.atlassian.jira.service   
com.atlassian.jira.util.system   
com.atlassian.jira.vcs   
 

Uses of JiraException in com.atlassian.jira.action.issue
 

Methods in com.atlassian.jira.action.issue that throw JiraException
protected  void AbstractIssueUpdateAction.doUpdate(IssueUpdateBean issueUpdateBean, boolean generateChangeItems)
           
protected  void AbstractIssueUpdateAction.doUpdateWithChangelog(Long eventTypeId, List changeItems)
          This method 'completes' the update of an issue entity.
 

Uses of JiraException in com.atlassian.jira.bc.issue.comment
 

Methods in com.atlassian.jira.bc.issue.comment that throw JiraException
protected  void DefaultCommentService.doUpdateWithChangelog(Long eventTypeId, List changeItems, Issue issue, User user, boolean dispatchEvent)
          This method 'completes' the update of an issue entity.
 

Uses of JiraException in com.atlassian.jira.event
 

Subclasses of JiraException in com.atlassian.jira.event
 class ListenerException
          The exception that should be thrown for all errors within Listeners.
 

Uses of JiraException in com.atlassian.jira.exception
 

Subclasses of JiraException in com.atlassian.jira.exception
 class CreateException
           
 class PermissionException
          Exception that is thrown when a permission is violated (usually in a Manager) ///CLOVER:OFF
 class RemoveException
           
 class StoreException
          Deprecated. Please use DataAccessException instead.
 

Uses of JiraException in com.atlassian.jira.external
 

Subclasses of JiraException in com.atlassian.jira.external
 class ExternalException
           
 

Uses of JiraException in com.atlassian.jira.imports.csv
 

Subclasses of JiraException in com.atlassian.jira.imports.csv
 class ImportException
           
 

Uses of JiraException in com.atlassian.jira.issue
 

Subclasses of JiraException in com.atlassian.jira.issue
 class IssueFieldUpdateException
           
 

Uses of JiraException in com.atlassian.jira.issue.index
 

Subclasses of JiraException in com.atlassian.jira.issue.index
 class IndexException
           
 

Uses of JiraException in com.atlassian.jira.issue.search
 

Subclasses of JiraException in com.atlassian.jira.issue.search
 class ClauseTooComplexSearchException
          Thrown when a lucene is attempted to be built from a JQL query which is too complex.
 class SearchException
           
 

Uses of JiraException in com.atlassian.jira.issue.util
 

Methods in com.atlassian.jira.issue.util that throw JiraException
 void IssueUpdater.doUpdate(IssueUpdateBean issueUpdateBean, boolean generateChangeItems)
           
 void DefaultIssueUpdater.doUpdate(IssueUpdateBean iub, boolean generateChangeItems)
          Stores any changes to the issue optionally including a changelog and conditionally dispatches an IssueUpdate event if the changes were real and made to significant fields.
 

Uses of JiraException in com.atlassian.jira.service
 

Subclasses of JiraException in com.atlassian.jira.service
 class ServiceException
           
 

Uses of JiraException in com.atlassian.jira.util.system
 

Methods in com.atlassian.jira.util.system that throw JiraException
 SystemInfoUtils.DatabaseMetaData SystemInfoUtils.getDatabaseMetaData()
           
 SystemInfoUtils.DatabaseMetaData SystemInfoUtilsImpl.getDatabaseMetaData()
           
 

Uses of JiraException in com.atlassian.jira.vcs
 

Subclasses of JiraException in com.atlassian.jira.vcs
 class RepositoryException
          An exception thrown when an error occurs while communicating with a Repository
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.