Class UnknownModuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.aquima.interactions.portal.exception.PortalException
com.aquima.interactions.portal.exception.UnknownModuleException
- All Implemented Interfaces:
Serializable
This exception is used to indicate a module is not available.
- Since:
- 7.1
- Author:
- O. Kerpershoek
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownModuleException
(ModuleID moduleId) Constructs the exception with the ID of the unknown module. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the ID of the unknown module.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString