Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.security.cert

Class CertificateParsingException

Exception
|
+--javax.security.cert.CertificateException
   |
   +--javax.security.cert.CertificateParsingException


public class CertificateParsingException

extends CertificateException

Signals a parsing error when decoding a certificate. This class is deprecated. It should not be used in new applications. NOTE: This class is deprecated. Use the java.security.cert package instead.

Constructor Summary

CertificateParsingException()

Signals a parsing error when decoding a certificate. This class is deprecated.
CertificateParsingException(String msg)

Constructor Details

CertificateParsingException

public CertificateParsingException()

Signals a parsing error when decoding a certificate. This class is deprecated. It should not be used in new applications. NOTE: This class is deprecated. Use the java.security.cert package instead.


CertificateParsingException

public CertificateParsingException(String msg)

Parameters: