Package 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:
java.io.Serializable
- Direct Known Subclasses:
AuthenticationException
,AuthorizationException
,BadUserRequestException
,BpmnError
,BpmnParseException
,CaseException
,ClassLoadingException
,CmmnTransformException
,DecisionException
,DeploymentResourceNotFoundException
,ELException
,FormException
,IdentityProviderException
,MigratingProcessInstanceValidationException
,MismatchingMessageCorrelationException
,NullValueException
,OptimisticLockingException
,ParseException
,PasswordEncryptionException
,ProcessEngineCdiException
,PvmException
,ScriptEngineException
,TaskAlreadyClaimedException
,WrongDbException
public class ProcessEngineException extends java.lang.RuntimeException
Runtime exception that is the superclass of all exceptions in the process engine.- Author:
- Tom Baeyens
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessEngineException()
ProcessEngineException(java.lang.String message)
ProcessEngineException(java.lang.String message, java.lang.Throwable cause)
ProcessEngineException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ProcessEngineException
public ProcessEngineException()
-
ProcessEngineException
public ProcessEngineException(java.lang.String message, java.lang.Throwable cause)
-
ProcessEngineException
public ProcessEngineException(java.lang.String message)
-
ProcessEngineException
public ProcessEngineException(java.lang.Throwable cause)
-
-