@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class CertException extends LDAPSDKException
| Constructor and Description |
|---|
CertException(java.lang.String message)
Creates a new certificate exception with the provided message.
|
CertException(java.lang.String message,
java.lang.Throwable cause)
Creates a new certificate exception with the provided message.
|
getExceptionMessage, getExceptionMessage, toString, toStringpublic CertException(@NotNull java.lang.String message)
message - The message to use for this exception.public CertException(@NotNull java.lang.String message, @Nullable java.lang.Throwable cause)
message - The message to use for this exception.cause - The exception that triggered this exception.