Class IllegalModuleArchiveException

  • All Implemented Interfaces:
    Serializable

    @StableMinor(version="14.0",
                 sinceVersion="7.1")
    public class IllegalModuleArchiveException
    extends PortalException
    Indicates that a module archive provided is illegal. This may be caused, for example, by a corrupted module archive file or by it being in an invalid format.
    Since:
    7.1.0
    Version:
    $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalModuleArchiveException

        public IllegalModuleArchiveException​(String arg0,
                                             Exception innerException)
      • IllegalModuleArchiveException

        public IllegalModuleArchiveException​(String arg0,
                                             IResource resource,
                                             Exception innerException)
      • IllegalModuleArchiveException

        public IllegalModuleArchiveException​(String arg0,
                                             IResource resource)
      • IllegalModuleArchiveException

        public IllegalModuleArchiveException​(String arg0,
                                             List<IResource> resources,
                                             Exception innerException)
      • IllegalModuleArchiveException

        public IllegalModuleArchiveException​(String arg0,
                                             List<IResource> resources)
      • IllegalModuleArchiveException

        public IllegalModuleArchiveException​(String arg0)