Package org.nuxeo.runtime.transaction
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionRuntimeException(String msg)
TransactionRuntimeException(String msg, Throwable error)
TransactionRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-