Class TransactionRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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:
  • Constructor Details

    • TransactionRuntimeException

      public TransactionRuntimeException(String msg, Throwable error)
    • TransactionRuntimeException

      public TransactionRuntimeException(String msg)
    • TransactionRuntimeException

      public TransactionRuntimeException(Throwable cause)