net.lingala.zip4j.exception
Class ZipException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.lingala.zip4j.exception.ZipException
- All Implemented Interfaces:
- Serializable
public class ZipException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ZipException
public ZipException()
ZipException
public ZipException(String msg)
ZipException
public ZipException(String message,
Throwable cause)
ZipException
public ZipException(String msg,
int code)
ZipException
public ZipException(String message,
Throwable cause,
int code)
ZipException
public ZipException(Throwable cause)
ZipException
public ZipException(Throwable cause,
int code)
getCode
public int getCode()
Copyright © 2012. All Rights Reserved.