Uses of Class
com.sas.lsaf.content.repository.RepositoryException
Packages that use RepositoryException
Package
Description
Classes and interfaces to manage content in the repository.
-
Uses of RepositoryException in com.sas.lsaf.content.repository
Subclasses of RepositoryException 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.classThe root of the hierarchy of all checked repository item exceptions.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.