-
- All Implemented Interfaces:
-
java.io.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.
-
-
Constructor Summary
Constructors Constructor Description Zip64RequiredException(String reason)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Zip64RequiredException
Zip64RequiredException(String reason)
-
-
-
-