Class ASN1Exception

    • Method Detail

      • getCause

        public Throwable getCause()
        Return the underlying cause of this exception, if any.
        Overrides:
        getCause in class Throwable
        Returns:
        the exception causing this one, null if there isn't one.