org.camunda.bpm.application
Class ProcessApplicationExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.camunda.bpm.application.ProcessApplicationExecutionException
All Implemented Interfaces:
Serializable

public class ProcessApplicationExecutionException
extends Exception

Author:
Daniel Meyer
See Also:
Serialized Form

Constructor Summary
ProcessApplicationExecutionException()
           
ProcessApplicationExecutionException(String message)
           
ProcessApplicationExecutionException(String message, Throwable cause)
           
ProcessApplicationExecutionException(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

ProcessApplicationExecutionException

public ProcessApplicationExecutionException()

ProcessApplicationExecutionException

public ProcessApplicationExecutionException(String message,
                                            Throwable cause)

ProcessApplicationExecutionException

public ProcessApplicationExecutionException(String message)

ProcessApplicationExecutionException

public ProcessApplicationExecutionException(Throwable cause)


Copyright © 2018 camunda services GmbH. All rights reserved.