Package com.atlassian.jira.exception
Class DataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.exception.DataAccessException
- All Implemented Interfaces:
Serializable
This exception is thrown when the data store exception is caught by the persistence code.
As there is very little that can be done about persistence exception on the "business logic" layer of the
application this is a Runtime exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataAccessException
(String s, Throwable throwable) DataAccessException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataAccessException
-
DataAccessException
-
DataAccessException
-