org.camunda.bpm.engine
Class ProcessEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.engine.ProcessEngineException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AuthorizationException, BadUserRequestException, BpmnError, BpmnParseException, CaseException, ClassLoadingException, DecisionException, DeploymentResourceNotFoundException, ELException, FormException, IdentityProviderException, MigratingProcessInstanceValidationException, MismatchingMessageCorrelationException, NullValueException, OptimisticLockingException, PvmException, ScriptEngineException, TaskAlreadyClaimedException, WrongDbException
public class ProcessEngineException
- extends RuntimeException
Runtime exception that is the superclass of all exceptions in the process engine.
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProcessEngineException
public ProcessEngineException()
ProcessEngineException
public ProcessEngineException(String message,
Throwable cause)
ProcessEngineException
public ProcessEngineException(String message)
ProcessEngineException
public ProcessEngineException(Throwable cause)
Copyright © 2016 camunda services GmbH. All rights reserved.