Class TransactionException

  • All Implemented Interfaces:
    Serializable

    public class TransactionException
    extends Exception
    TransactionException is thrown when some operation inside the transaction fails.
    See Also:
    Serialized Form
    • Constructor Detail

      • TransactionException

        public TransactionException​(String message)
        Creates an instance of this class. Takes a detail message as parameter.
        Parameters:
        message - message
      • TransactionException

        public TransactionException​(String message,
                                    Throwable rootCause)
        Creates an instance of this class. Takes a message and a root throwable as parameter.
        Parameters:
        message - message
        rootCause - root throwable