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

Class CertificateEncodingException

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


public class CertificateEncodingException

extends CertificateException

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.

Constructor Summary

CertificateEncodingException()

Signals a problem when encoding certificates. This class is deprecated in favor of the java.security.cert.CertificateEncodingException class.
CertificateEncodingException(String msg)

Constructor Details

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: