Class RepositoryItemUnlockException

All Implemented Interfaces:
Serializable

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

    • RepositoryItemUnlockException

      public RepositoryItemUnlockException(String path, String message)
      Constructs a RepositoryItemUnlockException 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()).