Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.transaction
Class TransactionRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nuxeo.runtime.transaction.TransactionRuntimeException
All Implemented Interfaces:
Serializable

public class TransactionRuntimeException
extends RuntimeException

Reified checked errors caught while operating the transaction. The error is logged but the error condition is re-throwed as a runtime, enabling transaction helper callers being able to be aware about the error..

Author:
"Stephane Lacoin at Nuxeo (aka matic)"
See Also:
Serialized Form

Constructor Summary
TransactionRuntimeException(String msg)
           
TransactionRuntimeException(String msg, Throwable error)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionRuntimeException

public TransactionRuntimeException(String msg,
                                   Throwable error)

TransactionRuntimeException

public TransactionRuntimeException(String msg)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.