Class TransactionTimeoutException

    • Constructor Detail

      • TransactionTimeoutException

        public TransactionTimeoutException​(String msg)
        Creates new timeout exception with given error message.
        Parameters:
        msg - Error message.
      • TransactionTimeoutException

        public TransactionTimeoutException​(String msg,
                                           Throwable cause)
        Creates new timeout exception with given error message and optional nested exception.
        Parameters:
        msg - Error message.
        cause - Optional nested exception (can be null).