Class IllegalModuleArchiveException

  • All Implemented Interfaces:
    java.io.Serializable

    @StableMinor(version="17.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: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalModuleArchiveException

        public IllegalModuleArchiveException​(java.lang.String arg0,
                                             java.lang.Exception innerException)
      • IllegalModuleArchiveException

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

        public IllegalModuleArchiveException​(java.lang.String arg0,
                                             IResource resource)
      • IllegalModuleArchiveException

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

        public IllegalModuleArchiveException​(java.lang.String arg0,
                                             java.util.List<IResource> resources)
      • IllegalModuleArchiveException

        public IllegalModuleArchiveException​(java.lang.String arg0)