javax.security.cert
Class CertificateException
Exception
|
+--javax.security.cert.CertificateException
public class CertificateException
extends Exception
Signals a generic problem with certificates.
This class is deprecated in favor of the java.security.cert.CertificateException class. It should not be used in new
applications.
NOTE: This class is deprecated. Use
java.security.cert.CertificateException instead.
CertificateException
public CertificateException()
Signals a generic problem with certificates.
This class is deprecated in favor of the java.security.cert.CertificateException class. It should not be used in new
applications.
NOTE: This class is deprecated. Use
java.security.cert.CertificateException instead.
CertificateException
public CertificateException(String msg)
Parameters: