Class 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:
  • Constructor Details

    • UnknownModuleException

      public UnknownModuleException(ModuleID moduleId)
      Constructs the exception with the ID of the unknown module.
      Parameters:
      moduleId - The ID of the unknown module.
  • Method Details

    • getModuleId

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