Uses of Class
com.sas.lsaf.content.repository.RepositoryItemException
Packages that use RepositoryItemException
Package
Description
Classes and interfaces to manage content in the repository.
-
Uses of RepositoryItemException in com.sas.lsaf.content.repository
Subclasses of RepositoryItemException in com.sas.lsaf.content.repositoryModifier and TypeClassDescriptionclassThrown when an attempt is made to check in a file that is not checked out.classThrown when attempt is made to check out a repository file that is currently checked out.classThe class that represents a repository item that cannot be copied as requested.classThe class that represents a repository item that cannot be deleted.classThrown when an attempt is made to create a repository item and an item by that name currently exists.classThrown when there is an issue when locking the file at the specified path.classThe class that represents a repository item that cannot be moved.classThrown when the specified repository item is not found.classThrown when the specified repository item cannot be renamed.classThrown when the specified repository file is not checked out, so the checkout cannot be reversed.classThrown when there is an issue when unlocking the file at the specified path.classThrown when a repository item cannot be updated.classThrown when an attempt is made to create a new version of an unversioned file.