javax.security.cert
Class CertificateEncodingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.security.cert.CertificateException
|
+--javax.security.cert.CertificateEncodingException
- public class CertificateEncodingException
- extends CertificateException
Certificate Encoding Exception. This is thrown whenever an error
occurs whilst attempting to encode a 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 |
CertificateEncodingException
public CertificateEncodingException()
- Constructs a CertificateEncodingException with no detail message. A
detail message is a String that describes this particular
exception.
CertificateEncodingException
public CertificateEncodingException(java.lang.String message)
- Constructs a CertificateEncodingException with the specified detail
message. A detail message is a String that describes this
particular exception.
- Parameters:
message
- the detail message.