java.util.zip.DataFormatException (JDK 1.1)

Signals that invalid or corrupt data has been encountered while uncompressing data.

public class DataFormatException extends Exception {
 // Public Constructors public DataFormatException();
public DataFormatException(String s);
}

Hierarchy:

Object->Throwable(Serializable)->Exception->DataFormatException

Thrown By:

Inflater.inflate()