ewe.util.zip
Class ZipException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.io.IOException
              extended byewe.util.zip.ZipException

public class ZipException
extends IOException


Constructor Summary
ZipException()
           
ZipException(String message)
           
ZipException(String message, Throwable cause)
           
ZipException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

ZipException

public ZipException()

ZipException

public ZipException(String message)

ZipException

public ZipException(Throwable cause)

ZipException

public ZipException(String message,
                    Throwable cause)