Class EventIntermediateErrorActivityHandler.EventIntermediateErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jadex.bpmn.runtime.handler.EventIntermediateErrorActivityHandler.EventIntermediateErrorException
All Implemented Interfaces:
Serializable
Enclosing class:
EventIntermediateErrorActivityHandler

public static class EventIntermediateErrorActivityHandler.EventIntermediateErrorException extends RuntimeException
Runtime exception representing explicit process failure.
See Also:
  • Constructor Details

    • EventIntermediateErrorException

      public EventIntermediateErrorException()
      Create an empty end error.
    • EventIntermediateErrorException

      public EventIntermediateErrorException(String message)
      Create an end error with an error message.