Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
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.

Constructor Summary

CertificateException()

Signals a generic problem with certificates. This class is deprecated in favor of the java.security.cert.CertificateException class.
CertificateException(String msg)

Constructor Details

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: