Class UnknownProcessEngineException

All Implemented Interfaces:
Serializable

public class UnknownProcessEngineException extends ProcessException
This exception is used to indicate a process engine is not known by the manager.
Since:
9.1
Author:
B. van de Ven
See Also:
  • Constructor Details

    • UnknownProcessEngineException

      public UnknownProcessEngineException(ProcessEngineID processEngineId)
      Constructs the exception with the ID of the process engine that is not known by the manager.
      Parameters:
      processEngineId - the ID of the process engine that is not known by the manager.
  • Method Details

    • getProcessEngineId

      public ProcessEngineID getProcessEngineId()
      This method returns the ID of the process engine.
      Returns:
      The ID of the process engine.