Class ASN1ParsingException

All Implemented Interfaces:
Serializable

public class ASN1ParsingException
extends IllegalStateException
See Also:
Serialized Form
  • Constructor Details

    • ASN1ParsingException

      public ASN1ParsingException​(String message)
    • ASN1ParsingException

      public ASN1ParsingException​(String message, Throwable cause)
  • Method Details

    • getCause

      public Throwable getCause()
      Description copied from class: Throwable
      Returns the cause of this Throwable, or null if there is no cause.
      Overrides:
      getCause in class Throwable