Class TransactionRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.transaction.TransactionRuntimeException
All Implemented Interfaces:
Serializable

public class TransactionRuntimeException extends RuntimeException
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 Details

    • TransactionRuntimeException

      public TransactionRuntimeException()
    • TransactionRuntimeException

      public TransactionRuntimeException(String message)
    • TransactionRuntimeException

      public TransactionRuntimeException(String message, Throwable cause)
    • TransactionRuntimeException

      public TransactionRuntimeException(Throwable cause)