Class IllegalTxnFactoryException

    • Constructor Detail

      • IllegalTxnFactoryException

        public IllegalTxnFactoryException​(String message)
        Creates a new IllegalTxnFactoryException.
        Parameters:
        message - the message of the IllegalTxnFactoryException.
      • IllegalTxnFactoryException

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