Previous Topic: Complex Types - Worklist Web Services

Next Topic: ActorException

Exceptions Thrown

Exceptions are defined in CA Workflow components.

This section contains the following topics:

Summary of Exceptions Thrown

ActorException

ActorExportNotSupportedException

ActorFaultException

ActorImportException

ActorManagerException

CallerException

DataTypeManagerException

Design Time ActorException

FormException

LoginException

ObjectClassException

ObjectExportNotSupportedException

ObjectImportException

ObjectManagerException

PMInterfaceException

ProcessExecutionException

ProcessManagerException

Runtime ActorException

SecurityManagerException

TypeConversionException

UnsupportedCallbackException

Summary of Exceptions Thrown

The PMServiceException and WLServiceException listed in the following table work as exception transmitters. Both classes are wrapped around the CallerException in the form of a normal JavaBean (http://java.sun.com/products/javabeans \* mergeformat) according to the JAX-RPC specification.

Exception

Package

ActorException

com.ejbtech.actormanager

ActorExportNotSupportedException

com.ejbtech.actormanagerri

ActorFaultException

com.ejbtech.actormanagerri

ActorImportException

com.ejbtech.actormanagerri

ActorManagerException

com.ejbtech.actormanager

CallerException

com.ejbtech.security

DataTypeManagerException

com.ejbtech.datatypemanager

FormException

com.ejbtech.worklist.forms

LoginException

javax.security.auth.login

ObjectClassException

com.ejbtech.objectmanager

ObjectExportNotSupportedException

com.ejbtech.objectmanagerri

ObjectImportException

com.ejbtech.objectmanagerri

ObjectManagerException

com.ejbtech.objectmanager

PMInterfaceException

com.ejbtech.processdesigner

PMServiceException

com.ejbtech.processmanager.services

ProcessExecutionException

com.ejbtech.processengine

ProcessManagerException

com.ejbtech.processmanager

SecurityManagerException

com.ejbtech.security

TypeConversionException

com.ejbtech.util

UnsupportedCallbackException

javax.security.auth.callback

WLServiceException

com.ejbtech.worklist.services