Class Zip64RequiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.util.zip.ZipException
-
- org.apache.commons.compress.archivers.zip.Zip64RequiredException
-
- All Implemented Interfaces:
java.io.Serializable
public class Zip64RequiredException extends java.util.zip.ZipException
Exception thrown when attempting to write data that requires Zip64 support to an archive andUseZip64
has been set toNever
.- Since:
- 1.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Zip64RequiredException(java.lang.String reason)
-