Class WorkspaceItemMoveException

All Implemented Interfaces:
Serializable

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

    • WorkspaceItemMoveException

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