Primavera Integration API 7.0

Uses of Class
com.primavera.PrimaveraException

Packages that use PrimaveraException
com.primavera Base exception classes 
com.primavera.common.exceptions Common exception classes 
com.primavera.common.value Value object classes 
com.primavera.common.value.spread Spread value objects and related classes 
com.primavera.integration.client Main classes, including Session, JobManager and GlobalObjectManager 
com.primavera.integration.client.bo Business object base class and iterator classes 
com.primavera.integration.client.xml Classes shared by the XML exporters and importers 
com.primavera.integration.client.xml.exporter Hierarchical XML exporter classes 
com.primavera.integration.client.xml.importer Hierarchical XML importer classes 
com.primavera.integration.network Exception classes for remote mode 
com.primavera.integration.util General utility classes 
 

Uses of PrimaveraException in com.primavera
 

Subclasses of PrimaveraException in com.primavera
 class BatchException
          Exception containing all business rule exceptions that occurred during a batch create or update.
 class LicenseException
          Exception thrown when an error occurs while obtaining a license
 class PhoenixException
          Internal server-side exception class
 class ServerException
          Base class for all server-side exceptions
 

Uses of PrimaveraException in com.primavera.common.exceptions
 

Subclasses of PrimaveraException in com.primavera.common.exceptions
 class DatabaseConfigurationException
          An exception class used for an out-of-date or invalid database configuration.
 class InvalidAuthenticationModeException
          An exception class used when connecting to a database fails because authentication using LDAP was attempted with a native database, or vice-versa.
 class InvalidBootstrapException
          An exception class used for problems encountered with the bootstrap, such as an unspecified or invalid 'primavera.bootstrap.home' system property.
 class InvalidCredentialsException
          An exception class used to indicate an invalid user name or password.
 class LicenseServiceException
          An exception class used for problems with the License Service, such as when it cannot be started for a particular database instance.
 

Uses of PrimaveraException in com.primavera.common.value
 

Subclasses of PrimaveraException in com.primavera.common.value
 class MultipartObjectIdException
          Exception class for invalid multi-part ObjectIds
 class SpreadInvalidFieldIndexException
          Exception class used when an invalid field index was specified for a Spread
 class ValueObjectException
          General exception class for value object exceptions
 

Uses of PrimaveraException in com.primavera.common.value.spread
 

Subclasses of PrimaveraException in com.primavera.common.value.spread
 class SpreadCumulativeDataNotLoadedException
          Exception class used when attempting to access cumulative spread data that has not been loaded
 class SpreadException
          General exception class for spread value objects
 class SpreadFieldNotFoundException
          Exception class used when attempting to access a spread field that was not loaded in the spread object.
 class SpreadNonEditableException
          Exception class used when attempting to edit spreads that are uneditable.
 class SpreadOutOfRangeException
          Exception class used when attempting to access a spread period beyond the range of spread periods included in the spread object
 

Uses of PrimaveraException in com.primavera.integration.client
 

Subclasses of PrimaveraException in com.primavera.integration.client
 class ClientException
          Base exception class for all API client-side exceptions
 

Uses of PrimaveraException in com.primavera.integration.client.bo
 

Subclasses of PrimaveraException in com.primavera.integration.client.bo
 class BusinessObjectException
          Base class for all exceptions thrown by business objects.
 class FieldNotLoadedException
          Field not loaded exception, which will occur when calling a get method on a field that has not been loaded from the server and not specified using the associated set method.
 class InvalidFieldException
          An exception that occurs when a field is not valid in a particular business object.
 class InvalidValueException
          An exception that occurs when attempting to set the value of a field in a business object to an invalid value.
 class OrderByFieldException
          An exception that occurs when an invalid field is specified in the order by parameter of a business object load method.
 class WhereClauseException
          WhereClauseException will be thrown when the client-side SQL parser encounters any errors.
 class WhereClauseFieldException
          An exception that occurs when an invalid field is specified in the where clause parameter of a business object load method.
 

Uses of PrimaveraException in com.primavera.integration.client.xml
 

Subclasses of PrimaveraException in com.primavera.integration.client.xml
 class XMLProcessingException
          An exception that occurs when processing an XML file or fragment.
 

Uses of PrimaveraException in com.primavera.integration.client.xml.exporter
 

Subclasses of PrimaveraException in com.primavera.integration.client.xml.exporter
 class XMLExporterException
          An exception class used for general problems encountered when using the XMLExporter.
 

Uses of PrimaveraException in com.primavera.integration.client.xml.importer
 

Subclasses of PrimaveraException in com.primavera.integration.client.xml.importer
 class XMLImporterCreateException
          An exception class used when an object to be created through the XMLImporter has a conflict with an existing object in the database.
 class XMLImporterException
          An exception class used for general exceptions that occur when using the XMLImporter.
 

Uses of PrimaveraException in com.primavera.integration.network
 

Subclasses of PrimaveraException in com.primavera.integration.network
 class MalformedRMIURLException
          Thrown to indicate that a malformed URL was specified.
 class NetworkException
          Exception base class for all network exceptions.
 class RMIConnectionException
          Exception class for RMI remote connection exceptions
 class ServiceNotBoundException
          Exception class used to indicate an RMI service is not available
 

Uses of PrimaveraException in com.primavera.integration.util
 

Subclasses of PrimaveraException in com.primavera.integration.util
 class KeyNotFoundException
          Exception class for missing keys in BOHierarchyMap
 


Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.