|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BonitaException | |
---|---|
org.ow2.bonita.facade | Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history. |
org.ow2.bonita.facade.exception | Contains exception classes thrown by Nova Bonita APIs. |
org.ow2.bonita.util | It Contains AccessorUtil class to unify access to Bonita APIs. |
Uses of BonitaException in org.ow2.bonita.facade |
---|
Methods in org.ow2.bonita.facade that throw BonitaException | |
---|---|
java.lang.Object |
APIInterceptor.invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
Uses of BonitaException in org.ow2.bonita.facade.exception |
---|
Subclasses of BonitaException in org.ow2.bonita.facade.exception | |
---|---|
class |
ActivityDefNotFoundException
|
class |
ActivityNotFoundException
|
class |
AmbiguousActivityException
Exception thrown when the parameters given to a method does not identify clearly an ActivityInstance (more than one ActivityInstance match with the given parameters). |
class |
DataFieldNotFoundException
|
class |
DeploymentException
Exception indicating a failure during the deployment operation. |
class |
IllegalTaskStateException
This exception is thrown when the current state differs from the expected states. |
class |
InstanceNotFoundException
|
class |
PackageNotFoundException
Signal that a process was not found. |
class |
ParticipantNotFoundException
Signal that a particpant was not found. |
class |
ProcessNotFoundException
Signal that a process was not found. |
class |
TaskNotFoundException
|
class |
UnAuthorizedUserException
This exception is thrown when a user attemps to execute an unauthorized action. |
class |
UndeletablePackageException
|
class |
VariableAlreadyExistException
|
class |
VariableNotFoundException
|
Uses of BonitaException in org.ow2.bonita.util |
---|
Subclasses of BonitaException in org.ow2.bonita.util | |
---|---|
class |
NotImplementedException
|
Methods in org.ow2.bonita.util that throw BonitaException | |
---|---|
static byte[] |
BarUtil.generateBarContent(java.lang.String xpdlFileName,
java.lang.Class<?>... classes)
|
static void |
BarUtil.generateBarFile(java.lang.String barFile,
java.lang.String xpdlFileName,
java.lang.Class<?>... classes)
|
static byte[] |
BarUtil.generateBarForClasses(java.lang.Class<?>... classes)
|
static void |
EJBUtil.manageInvokeExceptionCause(java.lang.reflect.Method m,
java.lang.Throwable t)
Throw the throwable passed if it's an RuntimeException or if it's an exception declared by the method If not, throw nothing and return |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |