Class LdapTlsHandshakeFailCause
- java.lang.Object
-
- org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause
-
public class LdapTlsHandshakeFailCause extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLdapTlsHandshakeFailCause.LdapApiReasonAdditional reasons.
-
Constructor Summary
Constructors Constructor Description LdapTlsHandshakeFailCause()LdapTlsHandshakeFailCause(Throwable cause, Throwable rootCause, CertPathValidatorException.Reason reason, String reasonPhrase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetCause()StringgetMessage()CertPathValidatorException.ReasongetReason()StringgetReasonPhrase()ThrowablegetRootCause()voidsetCause(Throwable cause)voidsetReason(CertPathValidatorException.Reason reason)voidsetReasonPhrase(String reasonPhrase)voidsetRootCause(Throwable rootCause)
-
-
-
Constructor Detail
-
LdapTlsHandshakeFailCause
public LdapTlsHandshakeFailCause()
-
LdapTlsHandshakeFailCause
public LdapTlsHandshakeFailCause(Throwable cause, Throwable rootCause, CertPathValidatorException.Reason reason, String reasonPhrase)
-
-
Method Detail
-
getCause
public Throwable getCause()
-
setCause
public void setCause(Throwable cause)
-
getRootCause
public Throwable getRootCause()
-
setRootCause
public void setRootCause(Throwable rootCause)
-
getReason
public CertPathValidatorException.Reason getReason()
-
setReason
public void setReason(CertPathValidatorException.Reason reason)
-
getReasonPhrase
public String getReasonPhrase()
-
setReasonPhrase
public void setReasonPhrase(String reasonPhrase)
-
getMessage
public String getMessage()
-
-