Class RepositoryLockedException

All Implemented Interfaces:
Serializable

public class RepositoryLockedException extends RepositoryException
Indicates that a Repository cannot be initialised because the configured persisted location is locked.
Author:
James Leigh
See Also:
  • Constructor Details Link icon

  • Method Details Link icon

    • getLockedBy Link icon

      public String getLockedBy()
      Returns the name representing the Java virtual machine that acquired the lock.
      Returns:
      the name representing the Java virtual machine that acquired the lock.
    • getRequestedBy Link icon

      public String getRequestedBy()
      Returns the name representing the Java virtual machine that requested the lock.
      Returns:
      the name representing the Java virtual machine that requested the lock.