FileDocCategorySizeDatePackage
BadPacketException.javaAPI DocAndroid 1.5 API1001Wed May 06 22:41:08 BST 2009com.android.ddmlib

BadPacketException

public class BadPacketException extends RuntimeException
Thrown if the contents of a packet are bad.

Fields Summary
Constructors Summary
public BadPacketException()

        super();
    
public BadPacketException(String msg)

        super(msg);
    
Methods Summary