Package com.microstrategy.utils
Class ASN1Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.microstrategy.utils.ASN1Exception
-
- All Implemented Interfaces:
java.io.Serializable
public class ASN1Exception extends java.io.IOException
Thrown by decoder/encoder stream to indicate violation of encoding rules.- Since:
- MicroStrategy Web 9.0.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ASN1Exception()
Constructs an ASN1Exception without a message.ASN1Exception(java.lang.String message)
Constructs an ASN1Exception with a message.
-