Package org.camunda.bpm.application
Class ProcessApplicationExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.camunda.bpm.application.ProcessApplicationExecutionException
-
- All Implemented Interfaces:
Serializable
public class ProcessApplicationExecutionException extends Exception
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessApplicationExecutionException()
ProcessApplicationExecutionException(String message)
ProcessApplicationExecutionException(String message, Throwable cause)
ProcessApplicationExecutionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProcessApplicationExecutionException
public ProcessApplicationExecutionException()
-
ProcessApplicationExecutionException
public ProcessApplicationExecutionException(String message, Throwable cause)
-
ProcessApplicationExecutionException
public ProcessApplicationExecutionException(String message)
-
ProcessApplicationExecutionException
public ProcessApplicationExecutionException(Throwable cause)
-
-