Uses of Package
com.sas.hls.resource.repository.exception

Packages that use com.sas.hls.resource.repository.exception
com.sas.hls.job Provides the classes needed to create, update, and get jobs as well as execute them and get their status 
com.sas.hls.resource.repository Provides the classes and interfaces needed to manipulate resources in the repository. 
 

Classes in com.sas.hls.resource.repository.exception used by com.sas.hls.job
AlreadyCheckedoutException
          Thrown when attempt is made to check out a resource that is already checked out.
 

Classes in com.sas.hls.resource.repository.exception used by com.sas.hls.resource.repository
RepositoryResourceCheckinException
          Thrown when an attempt is made to checkin a resource that is not checked out.
RepositoryResourceCheckoutException
          Thrown when attempt is made to check out a resource that is already checked out.
RepositoryResourceCopyException
          The resource can not be copied as requested.
RepositoryResourceDeleteException
          Typically the resource can not be deleted because it is in use by another user (checked out?).
RepositoryResourceExistsException
          Typically thrown when an attempt is made to create a resource, and a resource by that name already exists.
RepositoryResourceNotFoundException
          The specified resource can not be found.
RepositoryResourceUndoCheckoutException
          ServerResource is not checked out, so checkout can not be reversed.
RepositoryResourceVersioningException
          Thrown when an attempt is made to create a new version of an unversioned file.
 



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