Class ASN1Exception

All Implemented Interfaces:
Serializable

public class ASN1Exception extends RuntimeException
Wrapper for making the WebPKI ASN.1 library only throw unchecked exceptions.
See Also:
  • Constructor Details

    • ASN1Exception

      public ASN1Exception(Exception sourceException)
      Constructor for rethrowing checked exceptions.
      Parameters:
      sourceException -
    • ASN1Exception

      public ASN1Exception(String message)
      Constructor for original exceptions.
      Parameters:
      message -