com.atlassian.jira.transaction
Class TransactionRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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:
Serialized Form

Constructor Summary
TransactionRuntimeException()
           
TransactionRuntimeException(String message)
           
TransactionRuntimeException(String message, Throwable cause)
           
TransactionRuntimeException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionRuntimeException

public TransactionRuntimeException()

TransactionRuntimeException

public TransactionRuntimeException(String message)

TransactionRuntimeException

public TransactionRuntimeException(String message,
                                   Throwable cause)

TransactionRuntimeException

public TransactionRuntimeException(Throwable cause)


Copyright © 2002-2012 Atlassian. All Rights Reserved.