Package | Description |
---|---|
com.sas.lsaf.content.repository |
Classes and interfaces to manage content in the repository.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryItemCheckinException
Thrown when an attempt is made to check in a resource that is not checked out.
|
class |
RepositoryItemCheckoutException
Thrown when attempt is made to check out a repository file that is already checked out.
|
class |
RepositoryItemCopyException
The repository item cannot be copied as requested.
|
class |
RepositoryItemDeleteException
Typically the repository item cannot be deleted because it is in use by another user (such as checked out).
|
class |
RepositoryItemException
Root of the hierarchy of all checked repository item exceptions within the application.
|
class |
RepositoryItemExistsException
Thrown when an attempt is made to create a repository item and an item by that name already exists.
|
class |
RepositoryItemLockException
Thrown iwhen there is an issue locking the file at the specified path.
|
class |
RepositoryItemMoveException
The repository item cannot be moved.
|
class |
RepositoryItemNotFoundException
Thrown when the specified repository item is not be found.
|
class |
RepositoryItemRenameException
Thrown when the specified repository item cannot be renamed.
|
class |
RepositoryItemUndoCheckoutException
Thrown when the specified repository file is not checked out, so the checkout cannot be reversed.
|
class |
RepositoryItemUnlockException
Thrown iwhen there is an issue unlocking the file at the specified path.
|
class |
RepositoryItemVersioningException
Thrown when an attempt is made to create a new version of an unversioned file.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA