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:
 Serializable
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:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionZip64RequiredException(String message) Constructs aZip64RequiredExceptionwith the specified detail message. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
Zip64RequiredException
Constructs aZip64RequiredExceptionwith the specified detail message.- Parameters:
 message- the detail message.
 
 -