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