Package 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
-
-
Constructor Summary
Constructors Constructor Description ZipException()ZipException(String msg)ZipException(String msg, int code)ZipException(String message, Throwable cause)ZipException(String message, Throwable cause, int code)ZipException(Throwable cause)ZipException(Throwable cause, int code)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-