java.security.cert
Class CertificateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.cert.CertificateException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CertificateEncodingException, CertificateExpiredException, CertificateNotYetValidException, CertificateParsingException
public class CertificateException
- extends GeneralSecurityException
This class represents a general certificate exception.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CertificateException
public CertificateException(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.
CertificateException
public CertificateException()
- Constructs a new instance of this class with its walkback filled in.
CertificateException
public CertificateException(String message,
Throwable cause)
CertificateException
public CertificateException(Throwable cause)
Please submit a feedback, bug or feature