public class Asn1InvalidArgException extends Asn1Exception
| Constructor and Description | 
|---|
Asn1InvalidArgException(java.lang.String argName,
                       java.lang.String argValue)
This constructor creates an exception object with a textual message
 describing the argument that was invalid.. 
 | 
public Asn1InvalidArgException(java.lang.String argName,
                               java.lang.String argValue)
argName - Name of invalid argumentargValue - Value of invalid argument