Class LockException

    • Constructor Detail

      • LockException

        public LockException​(Object failed)
      • LockException

        public LockException​(Object failed,
                             int timeout)
      • LockException

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

      • 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()