Uses of Package
com.ibm.uddi.promoter.exception

Packages that use com.ibm.uddi.promoter.exception
com.ibm.uddi.promoter Contains API, command line and utility classes. 
com.ibm.uddi.promoter.config Contains configuration related classes. 
com.ibm.uddi.promoter.db Contains database driver related classes. 
com.ibm.uddi.promoter.entity Contains classes that represent minimal UDDI data entities. 
com.ibm.uddi.promoter.exception Contains PromoterException and sub-classes. 
com.ibm.uddi.promoter.export Contains entity extractor and finder related classes. 
com.ibm.uddi.promoter.publish Contains classes for performing publish operations. 
com.ibm.uddi.promoter.transform Contains XML serialization/deserialization classes. 
 

Classes in com.ibm.uddi.promoter.exception used by com.ibm.uddi.promoter
PromoterConfigurationException
          A PromoterException subclass to indicate a problem with configuration data.
PromoterException
          A base exception class for all the checked exceptions that are thrown from within UDDI Utility Tools.
PromoterIOException
          A PromoterException subclass used to indicate IO related errors.
PromoterTopologyException
          PromoterException subclass to indicate problem with referenced tModels topology, For example, if a cycle is detected.
PromoterTransportException
          A PromoterException subclass exception used when a transport error has occurred.
PromoterUDDI4JException
          A PromoterException subclass to indicate an error during an UDDI4J operation.
 

Classes in com.ibm.uddi.promoter.exception used by com.ibm.uddi.promoter.config
PromoterConfigurationException
          A PromoterException subclass to indicate a problem with configuration data.
PromoterException
          A base exception class for all the checked exceptions that are thrown from within UDDI Utility Tools.
 

Classes in com.ibm.uddi.promoter.exception used by com.ibm.uddi.promoter.db
PromoterDBException
          A PromoterException subclass to be used to represent errors relating to the database.
 

Classes in com.ibm.uddi.promoter.exception used by com.ibm.uddi.promoter.entity
PromoterDBException
          A PromoterException subclass to be used to represent errors relating to the database.
PromoterException
          A base exception class for all the checked exceptions that are thrown from within UDDI Utility Tools.
PromoterValidationException
          PromoterException subclass to indicate problem with validation of any UUT type.
 

Classes in com.ibm.uddi.promoter.exception used by com.ibm.uddi.promoter.exception
PromoterException
          A base exception class for all the checked exceptions that are thrown from within UDDI Utility Tools.
 

Classes in com.ibm.uddi.promoter.exception used by com.ibm.uddi.promoter.export
PromoterConfigurationException
          A PromoterException subclass to indicate a problem with configuration data.
PromoterIOException
          A PromoterException subclass used to indicate IO related errors.
PromoterTopologyException
          PromoterException subclass to indicate problem with referenced tModels topology, For example, if a cycle is detected.
PromoterTransportException
          A PromoterException subclass exception used when a transport error has occurred.
PromoterUDDI4JException
          A PromoterException subclass to indicate an error during an UDDI4J operation.
 

Classes in com.ibm.uddi.promoter.exception used by com.ibm.uddi.promoter.publish
PromoterConfigurationException
          A PromoterException subclass to indicate a problem with configuration data.
PromoterDBException
          A PromoterException subclass to be used to represent errors relating to the database.
PromoterException
          A base exception class for all the checked exceptions that are thrown from within UDDI Utility Tools.
PromoterTransportException
          A PromoterException subclass exception used when a transport error has occurred.
PromoterUDDI4JException
          A PromoterException subclass to indicate an error during an UDDI4J operation.
PromoterValidationException
          PromoterException subclass to indicate problem with validation of any UUT type.
 

Classes in com.ibm.uddi.promoter.exception used by com.ibm.uddi.promoter.transform
PromoterIOException
          A PromoterException subclass used to indicate IO related errors.
PromoterParserException
          A PromoterException subclass used to indicate errors thrown by the XML parser.