Uses of Class
wt.sandbox.SandboxException

Packages that use SandboxException
wt.sandbox This package provides "sandbox" container functionality.  A "sandbox" container is a container wherein a multiple users can work on a set of related changes through multiple iterations without disturbing the broader organization (apart from placing locks on the objects the broader organziation sees).  The package provides the following core capabilities:  
 

Uses of SandboxException in wt.sandbox
 

Subclasses of SandboxException in wt.sandbox
 class CheckinUniquenessException
          Exception containing detailed information regarding all uniqueness violations discovered during SandboxService.preCheckinValidate().
 class SandboxValidationException
          General exception to denote one or more error conditions discovered in the process of validating a sandbox operation.
 

Methods in wt.sandbox that throw SandboxException
private  QuerySpec SandboxConfigSpec.appendSandboxConfigSpecCriteria(QuerySpec querySpec, String subSelectAliasPrefix, boolean appendAndWhenPrevConditions, boolean simplifyCriteria, boolean cloneQuerySpec)