Class 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 Detail

      • TransactionRuntimeException

        public TransactionRuntimeException​(String msg,
                                           Throwable error)
      • TransactionRuntimeException

        public TransactionRuntimeException​(String msg)
      • TransactionRuntimeException

        public TransactionRuntimeException​(Throwable cause)