Class CopyToWorkspaceException

All Implemented Interfaces:
Serializable

public class CopyToWorkspaceException extends AbstractRuntimeException
Thrown when the item to copy has been marked as RepositoryItem.Syncable.DENY or RepositoryItem.Syncable.DENY_ALL.
Since:
1.8
See Also:
  • Constructor Details

    • CopyToWorkspaceException

      public CopyToWorkspaceException(String path, String message)
      Constructs a CopyToWorkspaceException with the specified path and detail message.
      Parameters:
      path - The path to the item that caused the exception.
      message - The detail message.
  • Method Details

    • getPath

      public String getPath()
      Return the path to the item that caused the exception.
      Returns:
      The path of the item.