java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.cert.CertificateException
java.security.cert.CertificateParsingException
- All Implemented Interfaces:
- java.io.Serializable
- public class CertificateParsingException
- extends CertificateException
Exception for parsing a DER-encoded Certificate.
- Since:
- 1.2
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- Compatible with JDK 1.2+.
- See Also:
- Constant Field Values
CertificateParsingException
public CertificateParsingException()
- Constructs an exception without a message string.
CertificateParsingException
public CertificateParsingException(java.lang.String msg)
- Constructs an exception with a message string.
CertificateParsingException
public CertificateParsingException(java.lang.String s,
java.lang.Throwable cause)
- Create a new instance with a descriptive error message and
a cause.
- Since:
- 1.5
CertificateParsingException
public CertificateParsingException(java.lang.Throwable cause)
- Create a new instance with a cause.
- Since:
- 1.5