Package jadex.bpmn.runtime.handler
Class EventIntermediateErrorActivityHandler.EventIntermediateErrorException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- jadex.bpmn.runtime.handler.EventIntermediateErrorActivityHandler.EventIntermediateErrorException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - EventIntermediateErrorActivityHandler
 
public static class EventIntermediateErrorActivityHandler.EventIntermediateErrorException extends java.lang.RuntimeExceptionRuntime exception representing explicit process failure.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description EventIntermediateErrorException()Create an empty end error.EventIntermediateErrorException(java.lang.String message)Create an end error with an error message. 
 -