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:
Ant 1.9.0
See Also:
  • Constructor Details

    • Zip64RequiredException

      public Zip64RequiredException(String reason)