java.security.cert
Class CertificateEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.cert.CertificateException
java.security.cert.CertificateEncodingException
- All Implemented Interfaces:
- Serializable
public class CertificateEncodingException
- extends CertificateException
This class represents an encoding exception for a certificate.
- 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(String msg)
- Constructs a new instance of this class with its walkback and message
filled in.
- Parameters:
msg - String The detail message for the exception.
CertificateEncodingException
public CertificateEncodingException()
- Constructs a new instance of this class with its walkback filled in.
CertificateEncodingException
public CertificateEncodingException(String message,
Throwable cause)
CertificateEncodingException
public CertificateEncodingException(Throwable cause)
Please submit a feedback, bug or feature