Class WorkspaceMarkForAddException

All Implemented Interfaces:
Serializable

public class WorkspaceMarkForAddException extends WorkspaceItemException
Thrown when the workspace item cannot be marked for addition to the repository.
Since:
2.1
See Also:
  • Constructor Details

    • WorkspaceMarkForAddException

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