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.messaging.subscription Service for creating and retrieving subscriptions. 
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.messaging.subscription
RepositoryResourceNotFoundException
          The specified resource can not be found.
 

Classes in com.sas.hls.resource.repository.exception used by com.sas.hls.resource.repository
MarkForAddException
          Thrown when the file can not be marked for add.
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.
RepositoryResourceLockException
          Thrown if there is an issue locking the file at the path specified
RepositoryResourceNotFoundException
          The specified resource can not be found.
RepositoryResourceRenameException
          The specified resource could not be renamed.
RepositoryResourceUndoCheckoutException
          ServerResource is not checked out, so checkout can not be reversed.
RepositoryResourceUnlockException
          Thrown if there is an issue unlocking the file at the path specified
RepositoryResourceVersioningException
          Thrown when an attempt is made to create a new version of an unversioned file.
 



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