Class CertificateParsingException

All Implemented Interfaces:
Serializable

public class CertificateParsingException
extends CertificateException
The exception that is thrown when a Certificate can not be parsed.
See Also:
Serialized Form
  • Constructor Details

    • CertificateParsingException

      public CertificateParsingException​(String msg)
      Creates a new CertificateParsingException with the specified message.
      Parameters:
      msg - the detail message for the exception.
    • CertificateParsingException

      public CertificateParsingException()
      Creates a new CertificateParsingException.
    • CertificateParsingException

      public CertificateParsingException​(String message, Throwable cause)
      Creates a new CertificateParsingException with the specified message and cause.
      Parameters:
      message - the detail message for the exception.
      cause - the exception's source.
    • CertificateParsingException

      public CertificateParsingException​(Throwable cause)
      Creates a new CertificateParsingException with the specified cause.
      Parameters:
      cause - the exception's source.