Class WorkspaceItemExistsException

All Implemented Interfaces:
Serializable

public class WorkspaceItemExistsException extends WorkspaceItemException
Thrown when an attempt is made to create a workspace item in the workspace and an item with that name exists.
Since:
2.1
See Also:
  • Constructor Details

    • WorkspaceItemExistsException

      public WorkspaceItemExistsException(String path, String message)
      Constructs a WorkspaceItemExistsException with the specified path and message.
      Parameters:
      path - the path of the workspace item.
      message - the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).