ZipErrorpublic class ZipError extends InternalError Signals that an unrecoverable error has occurred. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public ZipError(String s)Constructs a ZipError with the given detail message.
super(s);
|
|