Class CertificateException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CertificateEncodingException, CertificateExpiredException, CertificateNotYetValidException, CertificateParsingException

public class CertificateException
extends GeneralSecurityException
The base class for all Certificate related exceptions.
See Also:
Serialized Form
  • Constructor Details

    • CertificateException

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

      public CertificateException()
      Creates a new CertificateException.
    • CertificateException

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

      public CertificateException​(Throwable cause)
      Creates a new CertificateException with the specified cause.
      Parameters:
      cause - the cause