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:
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 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(String message)ProcessEngineException(String message, Throwable cause)ProcessEngineException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-