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

Exceptions that can be thrown when manipulating repository resources.

See:
          Description

Exception Summary
AlreadyCheckedoutException Thrown when attempt is made to check out a resource that is already checked out.
RepositoryResourceCheckedoutException Thrown when an action is taken that is not allowed on checked out files.
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.
RepositoryResourceLockedException Thrown if an action could not be completed because the item was locked
RepositoryResourceLockException Thrown if there is an issue locking the file at the path specified
RepositoryResourceMoveException The resource can not be moved as requested.
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.
SigningException Thrown when an error occurs during the electronic signature process.
 

Package com.sas.hls.resource.repository.exception Description

Exceptions that can be thrown when manipulating repository resources.



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