public class

StoreException

extends JiraException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.jira.JiraException
         ↳ com.atlassian.jira.exception.StoreException

This class is deprecated.
Please use DataAccessException instead.

Summary

Public Constructors
StoreException()
StoreException(String msg)
StoreException(Exception e)
StoreException(String msg, Exception e)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public StoreException ()

public StoreException (String msg)

public StoreException (Exception e)

public StoreException (String msg, Exception e)