Class IllegalModuleArchiveException

  • All Implemented Interfaces:
    Serializable

    @StableMinor(version="14.1",
                 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: 24683 $ $Date: 2021-08-23 18:55:58 -0300 (Mon, 23 Aug 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)