Class RepositoryItemRenameException

All Implemented Interfaces:
Serializable

public class RepositoryItemRenameException extends RepositoryItemException
Thrown when the specified repository item cannot be renamed.
Since:
1.3
See Also:
  • Constructor Details

    • RepositoryItemRenameException

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