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

  • Method Details

    • getLockedBy

      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

      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.