public class Asn1SetDuplicateException extends Asn1Exception
| Constructor and Description | 
|---|
Asn1SetDuplicateException(Asn1BerDecodeBuffer buffer,
                         Asn1Tag tag)
This constructor creates an exception object with a textual message
 describing the tag of the duplicate element.. 
 | 
Asn1SetDuplicateException(java.lang.String message)  | 
public Asn1SetDuplicateException(Asn1BerDecodeBuffer buffer, Asn1Tag tag)
buffer - BER decode buffer object referencetag - Tag value of duplicate elementpublic Asn1SetDuplicateException(java.lang.String message)