Package com.atlassian.jira.transaction
Class TransactionRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.transaction.TransactionRuntimeException
- All Implemented Interfaces:
- Serializable
This runtime exception is thrown by the Transaction handling code.  However since its a 
RuntimeException is
 doesnt need to be explcitly handed.
 This exception class therefore is a marker one so that you can write code to catch this specific exception if you so choose }
- Since:
- v4.4.1
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionTransactionRuntimeException(String message) TransactionRuntimeException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TransactionRuntimeExceptionpublic TransactionRuntimeException()
- 
TransactionRuntimeException
- 
TransactionRuntimeException
- 
TransactionRuntimeException
 
-