Class TxnMandatoryException

    • Constructor Detail

      • TxnMandatoryException

        public TxnMandatoryException()
        Creates a new TxnMandatoryException.
      • TxnMandatoryException

        public TxnMandatoryException​(String message)
        Creates a new TxnMandatoryException with the provided message.
        Parameters:
        message - the message of the exception.
      • TxnMandatoryException

        public TxnMandatoryException​(Class clazz,
                                     String method)
        Creates a new TxnMandatoryException
        Parameters:
        clazz - the class of the method where the transaction was required
        method - the name of the method where the transaction was required.
      • TxnMandatoryException

        public TxnMandatoryException​(String message,
                                     Throwable cause)
        Creates a new TxnMandatoryException with the provided message.
        Parameters:
        message - the message of the exception.
        cause - the cause of the exception.