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

Packages that use ResourceException
com.sas.hls.resource.exception General exceptions that can be thrown when manipulating resources. 
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 ResourceException in com.sas.hls.resource.exception
 

Subclasses of ResourceException in com.sas.hls.resource.exception
 class ResourceDeleteException
          The resource can not be deleted (typically because it is in use by another user, locked, or checked out).
 class ResourceExistsException
          Typically thrown when an attempt is made to create a resource and a resource already exists with that name and location..
 class ResourceNotFoundException
          The specified resource can not be found.
 

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

Subclasses of ResourceException in com.sas.hls.resource.repository.exception
 class AlreadyCheckedoutException
          Thrown when attempt is made to check out a resource that is already checked out.
 class RepositoryResourceCheckinException
          Thrown when an attempt is made to checkin a resource that is not checked out.
 class RepositoryResourceCheckoutException
          Thrown when attempt is made to check out a resource that is already checked out.
 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 RepositoryResourceExistsException
          Typically thrown when an attempt is made to create a resource, and a resource by that name already exists.
 class RepositoryResourceNotFoundException
          The specified resource can not be found.
 class RepositoryResourceUndoCheckoutException
          ServerResource is not checked out, so checkout can not be reversed.
 class RepositoryResourceVersioningException
          Thrown when an attempt is made to create a new version of an unversioned file.
 

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

Subclasses of ResourceException 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 WorkspaceResourceExistsException
          Typically thrown when an attempt is made to create a resource in your workspace, and a resource by that name already exists.
 class WorkspaceResourceNotFoundException
          The specified resource can not be found in your workspace..
 



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