javax.security.cert
Class CertificateParsingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.security.cert.CertificateException
|
+--javax.security.cert.CertificateParsingException
- public class CertificateParsingException
- extends CertificateException
Certificate Parsing Exception. This is thrown whenever
invalid DER encoded certificate is parsed or unsupported DER features
are found in the Certificate.
- Author:
- Hemma Prafullchandra
1.3
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
CertificateParsingException
public CertificateParsingException()
- Constructs a CertificateParsingException with no detail message. A
detail message is a String that describes this particular
exception.
CertificateParsingException
public CertificateParsingException(java.lang.String message)
- Constructs a CertificateParsingException with the specified detail
message. A detail message is a String that describes this
particular exception.
- Parameters:
message
- the detail message.