Class RepositoryItemCopyException

All Implemented Interfaces:
Serializable

public class RepositoryItemCopyException extends RepositoryItemException
The class that represents a repository item that cannot be copied as requested. Typically, this is a request to copy a parent folder into a child folder.
Since:
1.2
See Also:
  • Constructor Details

    • RepositoryItemCopyException

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