Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ASN1Exception

        public ASN1Exception()
        Constructs an ASN1Exception without a message.
      • ASN1Exception

        public ASN1Exception​(java.lang.String message)
        Constructs an ASN1Exception with a message.
        Parameters:
        message - - a string that describes encoding violation