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:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • getProcessEngineId

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