Class ZipPluginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.webharvest.exception.BaseException
-
- org.webharvest.runtime.processors.plugins.zip.ZipPluginException
-
- All Implemented Interfaces:
Serializable
public class ZipPluginException extends BaseException
Runtime exception for ZipPlugin- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZipPluginException(String message)
ZipPluginException(String message, Throwable cause)
ZipPluginException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-