Class RepositoryItemExistsException

All Implemented Interfaces:
Serializable

public class RepositoryItemExistsException extends RepositoryItemException
Thrown when an attempt is made to create a repository item and an item by that name currently exists.
Since:
1.1
See Also:
  • Constructor Details

    • RepositoryItemExistsException

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