public class Asn1InvalidLengthException extends Asn1Exception
This class defines the 'ASN.1 invalid length' exception that is thrown when a length is determined to be invalid.
Things that can cause this to be thrown are:
| Constructor and Description |
|---|
Asn1InvalidLengthException()
This constructor creates an exception object with a default
textual message.
|