Class CertParseError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
org.mozilla.jss.netscape.security.x509.CertException
org.mozilla.jss.netscape.security.x509.CertParseError
- All Implemented Interfaces:
Serializable
CertException indicates one of a variety of certificate problems.
- Version:
- 1.7
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CertException
getMessage, getMoreData, getVerfCode, getVerfDescription, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
CertParseError
CertParseError(String where)
-