Package java.util.jar

Class JarException

  • All Implemented Interfaces:
    Serializable

    public class JarException
    extends ZipException
    This runtime exception is thrown when a problem occurs while reading a JAR file.
    See Also:
    Serialized Form
    • Constructor Detail

      • JarException

        public JarException()
        Constructs a new JarException instance.
      • JarException

        public JarException​(String detailMessage)
        Constructs a new JarException instance with the specified message.
        Parameters:
        detailMessage - the detail message for the exception.