Class RepositoryItemDeleteException

All Implemented Interfaces:
Serializable

public class RepositoryItemDeleteException extends RepositoryItemException
The class that represents a repository item that cannot be deleted. Typically this is because it is in use by another user (such as being checked out).
Since:
1.1
See Also:
  • Constructor Details

    • RepositoryItemDeleteException

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