Class ASN1Exception

All Implemented Interfaces:
Serializable

This class defines an exception that can be thrown if a problem occurs while interacting with ASN.1 BER elements.
See Also:
  • Constructor Details

    • ASN1Exception

      public ASN1Exception(@NotNull String message)
      Creates a new ASN.1 exception with the provided message.
      Parameters:
      message - A message explaining the problem that occurred.
    • ASN1Exception

      public ASN1Exception(@NotNull String message, @Nullable Throwable cause)
      Creates a new ASN.1 exception with the provided message and cause.
      Parameters:
      message - A message explaining the problem that occurred.
      cause - The underlying cause for this exception.