com.sas.hls.resource.workspace.exception
Class WorkspaceResourceCopyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.resource.exception.ResourceException
com.sas.hls.resource.exception.ResourceDeleteException
com.sas.hls.resource.workspace.exception.WorkspaceResourceCopyException
- All Implemented Interfaces:
- Serializable
public class WorkspaceResourceCopyException
- extends ResourceDeleteException
The resource can not be copied as requested. Typically a request was made to copy a parent folder into a child folder.
- See Also:
- Serialized Form
WorkspaceResourceCopyException
public WorkspaceResourceCopyException(URI uri,
String message)
- Constructs a
WorkspaceResourceCopyException
with the specified message.
- Parameters:
uri
- the resource in questionmessage
- the detailed message
Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA