Exception subclass
| Definition
|
ArchiveFailedException
| Thrown from the archiveEvent() method of the event-store class
if the event record could not be archived into the archive store.
|
AttributeNotFoundException
| Thrown when the specified position or name of an attribute does not match
the attribute name or attribute position within the existing business
object.
|
AttributeNullValueException
| Thrown if the attribute value is null when some operations
need to be performed on the attribute value.
|
AttributeValueException
| Thrown if there is a NumberFormatException exception.
|
ConnectionFailureException
| Thrown if the connector is unable to establish a connection with the
application.
|
DataHandlerCreateException
| Thrown when a data-handler method cannot instantiate a data handler for
the specified MIME type.
|
DefaultSettingFailedException
| Thrown when setting a default value fails.
|
DeleteFailedException
| Thrown from the deleteEvent() method of the event-store class
if the event record could not be deleted from the event store.
|
InProgressEventRecoveryFailedException
| Thrown if the recovery of the In-Progress events fails.
|
InvalidAttributePropertyException
| Thrown when any invalid property of the attribute is queried (such as
calling getMaxLength() on an attribute that is an object).
|
InvalidStatusChangeException
| Thrown if the requested change in event status is not valid.
|
InvalidVerbException
| Thrown when the specified verb is not supported by the business
object.
|
LogonFailedException
| Thrown if the connector is not able to logon to the application with the
user name and password provided.
|
NotSupportedException
| Thrown if some feature is not supported by the current version of the
produce.
|
ParseException
| Thrown when the data handler (called from the connector) encounters some
error during conversion between the business object and the specified MIME
type.
|
PropertyNotSetException
| Thrown if a required connector configuration property is not set.
|
SpecNameNotFoundException
| Thrown when the business object definition for creating a business object
cannot be found.
|
StatusChangeFailedException
| Thrown if the connector is not able to set the status of an event in the
application's event store.
|
VerbProcessingFailedException
| Thrown from the doVerbFor() method if the operation specified
by the verb fails.
|
WrongASIFormatException
| Thrown if the application-specific information is not in the
format: name=value
|
WrongAttributeException
| Thrown when the data type of the specified attribute does not match the
data type that the attribute is defined to hold.
|