Package de.hybris.platform.util.zip
Class UnsupportedZipEntryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.util.zip.UnsupportedZipEntryException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedZipEntryException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedZipEntryException(java.lang.String entryName)UnsupportedZipEntryException(java.lang.Throwable cause)
-