Class WorkspaceItemNotFoundException

All Implemented Interfaces:
Serializable

public class WorkspaceItemNotFoundException extends WorkspaceItemException
Thrown when the specified workspace item is not found in the workspace.
Since:
2.1
See Also:
  • Constructor Details

    • WorkspaceItemNotFoundException

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