Class IllegalUpgradeException

All Implemented Interfaces:
Serializable

public class IllegalUpgradeException extends LockFailureException
Thrown when attempting to acquire an upgradable or exclusive lock when a shared lock is already held. Use UPGRADABLE_READ mode to prevent this.
See Also:
  • Constructor Details

    • IllegalUpgradeException

      public IllegalUpgradeException()