Package | Description |
---|---|
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.xmlexporter |
XML exporter classes
|
com.primavera.integration.client.xml.xmlimporter |
XML importer classes
|
com.primavera.integration.network |
Exception classes for remote mode
|
com.primavera.integration.util |
General utility classes
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
ClientException
Base exception class for all API client-side exceptions
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLProcessingException
An exception that occurs when processing an XML file or fragment.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLExporterException
An exception class used for general problems encountered when using the XMLExporter.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLImporterException
An exception class used for general exceptions that occur when using the XMLImporter.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
KeyNotFoundException
Exception class for missing keys in BOHierarchyMap
|
Copyright © 2003, 2024, Oracle and/or its affiliates.
Oracle®, Java, and MySQL are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.