Class TransactionDeadlockException

  • All Implemented Interfaces:
    Serializable

    public class TransactionDeadlockException
    extends TransactionException
    Transaction deadlock exception.

    This exception can be thrown from any cache method that modifies or reads data within transaction (explicit or implicit) with timeout in case when deadlock detection is enabled (enabled by default).

    Usually this exception is cause for TransactionTimeoutException.

    See Also:
    Serialized Form
    • Constructor Detail

      • TransactionDeadlockException

        public TransactionDeadlockException​(String msg)
        Creates new deadlock exception with given error message.
        Parameters:
        msg - Error message.