Class RepositoryItemLockException

All Implemented Interfaces:
Serializable

public class RepositoryItemLockException extends RepositoryItemException
Thrown when there is an issue when locking the file at the specified path.
Since:
1.5
See Also:
  • Constructor Details

    • RepositoryItemLockException

      public RepositoryItemLockException(String path, String message)
      Constructs a RepositoryItemLockException with the specified path and message.
      Parameters:
      path - The path to the repository item.
      message - The detail message (which is saved for later retrieval by AbstractCheckedException.getMessage()).