Certificate Encoding Exception. This is thrown whenever an error
occurs while attempting to encode a certificate.
author: Hemma Prafullchandra author: 1.7
Constructs a CertificateEncodingException with no detail message. A
detail message is a String that describes this particular
exception.
CertificateEncodingException
public CertificateEncodingException(String message)(Code)
Constructs a CertificateEncodingException with the specified detail
message. A detail message is a String that describes this
particular exception.
Parameters: message - the detail message.