Class ZipHandlingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.platformbackoffice.widgets.impex.exception.ZipHandlingException
-
- All Implemented Interfaces:
java.io.Serializable
public class ZipHandlingException extends java.lang.RuntimeExceptionThis exception is used to indicate issues with processing of zip entries in impex processing.- See Also:
RuntimeException, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZipHandlingException(java.lang.String message, java.lang.Throwable cause)
-