Class LockException

All Implemented Interfaces:
Serializable, ExceptionInfo

public class LockException extends StoreException
Exception indicating that locks on one or more objects could not be acquired.
Since:
0.3.1
Author:
Marc Prud'hommeaux
See Also:
  • Constructor Details

    • LockException

      public LockException(Object failed)
    • LockException

      public LockException(Object failed, int timeout)
    • LockException

      public LockException(Object failed, int timeout, int lockLevel)
  • Method Details

    • getSubtype

      public int getSubtype()
      Description copied from class: OpenJPAException
      Exception subtype.
      Specified by:
      getSubtype in interface ExceptionInfo
      Overrides:
      getSubtype in class OpenJPAException
    • getTimeout

      public int getTimeout()
      The number of milliseconds to wait for a lock.
    • setTimeout

      public LockException setTimeout(int timeout)
      The number of milliseconds to wait for a lock.
    • setLockLevel

      public void setLockLevel(int lockLevel)
    • getLockLevel

      public int getLockLevel()
    • toString

      public String toString()
      Overrides:
      toString in class OpenJPAException