org.camunda.bpm.engine
Class ProcessEngineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ProcessEngineException()
           
ProcessEngineException(String message)
           
ProcessEngineException(String message, Throwable cause)
           
ProcessEngineException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.