Class UnknownProcessModuleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aquima.interactions.foundation.exception.AppException
-
- com.aquima.interactions.process.exception.ProcessException
-
- com.aquima.interactions.process.exception.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 Summary
Constructors Constructor Description UnknownProcessModuleException(ModuleID moduleId)
Constructs the exception with the ID of the module that is not known by the manager.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModuleID
getModuleId()
This method returns the ID of the module.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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.
-
-