javax.security.cert
Class CertificateEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.security.cert.CertificateException
javax.security.cert.CertificateEncodingException
- All Implemented Interfaces:
- Serializable
public class CertificateEncodingException
- extends CertificateException
Signals a problem when encoding certificates.
This class is deprecated in favor of the CertificateEncodingException
class. It should not be used
in new applications.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CertificateEncodingException
public CertificateEncodingException()
CertificateEncodingException
public CertificateEncodingException(String msg)