Class TransactionException

  • All Implemented Interfaces:
    Serializable

    public class TransactionException
    extends NitriteException
    Exception thrown when an error occurs during a transaction.
    Since:
    4.0
    Author:
    Anindya Chatterjee
    See Also:
    Serialized Form
    • Constructor Detail

      • TransactionException

        public TransactionException​(String errorMessage)
        Instantiates a new Transaction exception.
        Parameters:
        errorMessage - the error message
      • TransactionException

        public TransactionException​(String errorMessage,
                                    Throwable error)
        Instantiates a new Transaction exception.
        Parameters:
        errorMessage - the error message
        error - the error