Uses of Class
org.xiruss.snapcm.api.SnapCMException

Packages that use SnapCMException
org.xiruss.repository.api Defines the repository-level interfaces common to clients and servers. 
org.xiruss.repository.client.importers Provides classes that support importing data objects into the repository. 
org.xiruss.repository.server Implementation classes for the core server-side objects that make up a SnapCM repository. 
org.xiruss.snapcm.api Defines the SnapCM API as a set of interfaces and exception types. 
org.xiruss.xirussrepository.client This package provides client-side proxies that implement all the relevant Repository and XirussRepository APIs and manage all communication with the HTTP Xiruss Repository API (provided by the JettyXirussHttpApiRunner class. 
org.xiruss.xirussrepository.server.jetty.viewer Implements the Xiruss HTTP "viewer" server, that is the server that allows direct access to repository resources for "viewing", including access to version contents via a direct and obvious URL (i.e., the version ID in any conetext or resource ID within a snapshot context. 
 

Uses of SnapCMException in org.xiruss.repository.api
 

Subclasses of SnapCMException in org.xiruss.repository.api
 class StorageManagerException
           
 

Methods in org.xiruss.repository.api that throw SnapCMException
 int Repository.getRepositoryObjectType(java.lang.String objId)
          Returns the repository object ID constant for the object identified by the specified object ID.
 int NullRepository.getRepositoryObjectType(java.lang.String objId)
           
 

Uses of SnapCMException in org.xiruss.repository.client.importers
 

Methods in org.xiruss.repository.client.importers that throw SnapCMException
 void ImporterBase.createBosOnSnapshot(BoundedObjectSet bos, Branch branch, MutableSnapshot snapshot)
          Given a fully-populated bounded object set, create a new snapshot with versions for each BOS member.
 void Importer.createBosOnSnapshot(BoundedObjectSet bos, Branch branch, MutableSnapshot snapshot)
          Given a fully-populated bounded object set, create a new snapshot with versions for each BOS member.
 

Uses of SnapCMException in org.xiruss.repository.server
 

Methods in org.xiruss.repository.server that throw SnapCMException
 void MutableSnapshotBase.addCreatedVersion(Version createdVer)
           
 int RepositoryBase.getRepositoryObjectType(java.lang.String objId)
          Returns the repository object ID constant for the object identified by the specified object ID.
 void MutableSnapshotBase.removeCreatedVersion(Version version)
           
 

Uses of SnapCMException in org.xiruss.snapcm.api
 

Subclasses of SnapCMException in org.xiruss.snapcm.api
 class NameNotUniqueException
           
 class NoSuchDependencyTypeException
           
 class NoSuchPolicyTypeException
           
 class SnapshotException
           
 class VersionCommitException
           
 class VersionException
           
 

Methods in org.xiruss.snapcm.api that throw SnapCMException
 void MutableSnapshot.addCreatedVersion(Version ver)
          Adds a newly-created version to the snapshot.
 void NullMutableSnapshot.addCreatedVersion(Version ver)
           
 void MutableSnapshot.removeCreatedVersion(Resource resource)
          Removes the version for the specified resource from the created versions list.
 void NullMutableSnapshot.removeCreatedVersion(Resource resource)
           
 void MutableSnapshot.removeCreatedVersion(Version version)
          Removes the version for the specified resource from the created versions list.
 void NullMutableSnapshot.removeCreatedVersion(Version version)
           
 

Uses of SnapCMException in org.xiruss.xirussrepository.client
 

Methods in org.xiruss.xirussrepository.client that throw SnapCMException
 void MutableSnapshotProxy.addCreatedVersion(Version ver)
           
 int XirussRepositoryProxy.getRepositoryObjectType(java.lang.String objId)
           
 

Uses of SnapCMException in org.xiruss.xirussrepository.server.jetty.viewer
 

Constructors in org.xiruss.xirussrepository.server.jetty.viewer that throw SnapCMException
RepositoryReportResource(XirussRepository rep, org.mortbay.http.HttpRequest request, int resourceType, java.util.Vector pathTokens)