Class UnknownProcessModuleException

  • All Implemented Interfaces:
    Serializable

    public class UnknownProcessModuleException
    extends ProcessException
    This exception is used to indicate a module is not known to be a process module by the manager.
    Since:
    7.1
    Author:
    O. Kerpershoek
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownProcessModuleException

        public UnknownProcessModuleException​(ModuleID moduleId)
        Constructs the exception with the ID of the module that is not known by the manager.
        Parameters:
        moduleId - the ID of the module that is not known by the manager.
    • Method Detail

      • getModuleId

        public ModuleID getModuleId()
        This method returns the ID of the module.
        Returns:
        The ID of the module.