Class RepositoryItemLockedException

All Implemented Interfaces:
Serializable

public class RepositoryItemLockedException extends RepositoryItemRuntimeException
Thrown when an action cannot be completed because the item is locked.
Since:
1.5
See Also:
  • Constructor Details

    • RepositoryItemLockedException

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