I getting the exception MySQLTransactionRollbackException (error 1213) when I try to do a select query.
The exception has the following message:
"Deadlock found when trying to get lock; try restarting transaction"
How can I restart transaction in Java?