public class LdapTlsHandshakeFailCause extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LdapTlsHandshakeFailCause.LdapApiReason
Additional reasons.
|
| Modifier and Type | Field and Description |
|---|---|
private Throwable |
cause |
private CertPathValidatorException.Reason |
reason |
private String |
reasonPhrase |
private Throwable |
rootCause |
| Constructor and Description |
|---|
LdapTlsHandshakeFailCause() |
LdapTlsHandshakeFailCause(Throwable cause,
Throwable rootCause,
CertPathValidatorException.Reason reason,
String reasonPhrase) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
String |
getMessage() |
CertPathValidatorException.Reason |
getReason() |
String |
getReasonPhrase() |
Throwable |
getRootCause() |
void |
setCause(Throwable cause) |
void |
setReason(CertPathValidatorException.Reason reason) |
void |
setReasonPhrase(String reasonPhrase) |
void |
setRootCause(Throwable rootCause) |
private Throwable cause
private Throwable rootCause
private CertPathValidatorException.Reason reason
private String reasonPhrase
public LdapTlsHandshakeFailCause()
public LdapTlsHandshakeFailCause(Throwable cause, Throwable rootCause, CertPathValidatorException.Reason reason, String reasonPhrase)
public Throwable getCause()
public void setCause(Throwable cause)
public Throwable getRootCause()
public void setRootCause(Throwable rootCause)
public CertPathValidatorException.Reason getReason()
public void setReason(CertPathValidatorException.Reason reason)
public String getReasonPhrase()
public void setReasonPhrase(String reasonPhrase)
public String getMessage()
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.