Class Zip64RequiredException

  • All Implemented Interfaces:
    Serializable

    public class Zip64RequiredException
    extends ZipException
    Exception thrown when attempting to write data that requires Zip64 support to an archive and UseZip64 has been set to Never.
    Since:
    1.3
    See Also:
    Serialized Form
    • Constructor Detail

      • Zip64RequiredException

        public Zip64RequiredException​(String reason)