Uses of Class
com.wm.app.tn.err.WrappedException

Packages that use WrappedException
com.wm.app.tn.db   
com.wm.app.tn.delivery   
com.wm.app.tn.doc   
com.wm.app.tn.profile   
com.wm.app.tn.route   
 

Uses of WrappedException in com.wm.app.tn.db
 

Subclasses of WrappedException in com.wm.app.tn.db
 class DatastoreException
          Version of wrapped exception used to signal errors in connecting to or operating on the data store.
 

Uses of WrappedException in com.wm.app.tn.delivery
 

Subclasses of WrappedException in com.wm.app.tn.delivery
 class DeliveryException
          An exception that wraps other exceptions.
 

Uses of WrappedException in com.wm.app.tn.doc
 

Subclasses of WrappedException in com.wm.app.tn.doc
 class BizDocTypeException
          Indicates an error in a BizDocType operation (usually recognition)
 class BizDocTypeRegException
          An exception that wraps other exceptions.
 class CorruptDocException
          A special kind of type exception which indicates that a corrupt document has been encountered.
 class CorruptXMLException
          A special kind of type exception which indicates that corrupt XML has been encountered.
 

Uses of WrappedException in com.wm.app.tn.profile
 

Subclasses of WrappedException in com.wm.app.tn.profile
 class LookupStoreException
           
 class ProfileStoreException
           
 

Uses of WrappedException in com.wm.app.tn.route
 

Subclasses of WrappedException in com.wm.app.tn.route
 class RoutingException
           
 class StaleRuleListException