public class UserDataCertificateException extends OpenDsException
Modifier and Type | Class and Description |
---|---|
static class |
UserDataCertificateException.Type
The enumeration for the different types of the exception.
|
Modifier and Type | Method and Description |
---|---|
X509Certificate[] |
getChain()
Returns the certificate chain received when this exception was generated.
|
String |
getHost()
Returns the host we tried to connect to when this exception was generated.
|
int |
getPort()
Returns the port we tried to connect to when this exception was generated.
|
UserDataCertificateException.Type |
getType()
Returns the type of exception.
|
getMessageObject
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getHost()
public int getPort()
public UserDataCertificateException.Type getType()
public X509Certificate[] getChain()
Copyright 2010-2020 ForgeRock AS.