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
public class UnknownModuleException extends PortalException
This exception is used to indicate a module is not available.- Since:
- 7.1
- Author:
- O. Kerpershoek
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownModuleException(ModuleID moduleId)
Constructs the exception with the ID of the unknown module.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModuleID
getModuleId()
This 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
-
-
-
-
Constructor Detail
-
UnknownModuleException
public UnknownModuleException(ModuleID moduleId)
Constructs the exception with the ID of the unknown module.- Parameters:
moduleId
- The ID of the unknown module.
-
-
Method Detail
-
getModuleId
public ModuleID getModuleId()
This method returns the ID of the unknown module.- Returns:
- The ID of the unknown module.
-
-