Class WorkspaceItemDeleteException

All Implemented Interfaces:
Serializable

public class WorkspaceItemDeleteException extends WorkspaceItemException
Thrown when the workspace item cannot be deleted as requested.
Since:
2.1
See Also:
  • Constructor Details

    • WorkspaceItemDeleteException

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