Class CertificateNotYetValidException

All Implemented Interfaces:
Serializable

public class CertificateNotYetValidException
extends CertificateException
The exception that is thrown when a Certificate is not yet valid or will not yet be valid on a specified date.
See Also:
Serialized Form
  • Constructor Details

    • CertificateNotYetValidException

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

      public CertificateNotYetValidException()
      Creates a new CertificateNotYetValidException.