FileDocCategorySizeDatePackage
VCardAgentNotSupportedException.javaAPI DocAndroid 5.1 API904Thu Mar 12 22:22:54 GMT 2015com.android.vcard.exception

VCardAgentNotSupportedException

public class VCardAgentNotSupportedException extends VCardNotSupportedException

Fields Summary
Constructors Summary
public VCardAgentNotSupportedException()

        super();
    
public VCardAgentNotSupportedException(String message)

        super(message);
    
Methods Summary