FileDocCategorySizeDatePackage
ASN1Exception.javaAPI DocAndroid 1.5 API1530Wed May 06 22:41:06 BST 2009org.apache.harmony.security.asn1

ASN1Exception

public class ASN1Exception extends IOException
Thrown by decoder/encoder stream to indicate violation of encoding rules.

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public ASN1Exception()
Constructs an ASN1Exception without a message.


                
     
    
public ASN1Exception(String message)
Constructs an ASN1Exception with a message.

param
message - a string that describes encoding violation

        super(message);
    
Methods Summary