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 Summary
ConstructorsConstructorDescriptionTransactionRuntimeException
(String message) TransactionRuntimeException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionRuntimeException
public TransactionRuntimeException() -
TransactionRuntimeException
-
TransactionRuntimeException
-
TransactionRuntimeException
-