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:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • 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.