org.apache.tools.zip
Class Zip64RequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.util.zip.ZipException
                  extended by org.apache.tools.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 and UseZip64 has been set to Never.

Since:
Ant 1.9.0
See Also:
Serialized Form

Constructor Summary
Zip64RequiredException(java.lang.String reason)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Zip64RequiredException

public Zip64RequiredException(java.lang.String reason)