Uses of Class
com.sas.hls.resource.exception.ResourceDeleteException

Packages that use ResourceDeleteException
com.sas.hls.resource.repository.exception Exceptions that can be thrown when manipulating repository resources. 
com.sas.hls.resource.workspace.exception Exceptions that can be thrown when manipulating workspace resources. 
 

Uses of ResourceDeleteException in com.sas.hls.resource.repository.exception
 

Subclasses of ResourceDeleteException in com.sas.hls.resource.repository.exception
 class RepositoryResourceCopyException
          The resource can not be copied as requested.
 class RepositoryResourceDeleteException
          Typically the resource can not be deleted because it is in use by another user (checked out?).
 class RepositoryResourceMoveException
          The resource can not be moved as requested.
 

Uses of ResourceDeleteException in com.sas.hls.resource.workspace.exception
 

Subclasses of ResourceDeleteException in com.sas.hls.resource.workspace.exception
 class WorkspaceResourceCopyException
          The resource can not be copied as requested.
 class WorkspaceResourceDeleteException
          The resource can not be deleted (currently in use?)
 class WorkspaceResourceMoveException
          The resource can not be moved as requested.
 



Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA