Class ASN1Exception

All Implemented Interfaces:
Serializable

public class ASN1Exception extends IOException
Exception thrown in cases of corrupted or unexpected data in a stream.
See Also:
  • Method Details

    • 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.