com.ls.security.pki
Class LDAPException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ls.BaseException
|
+--com.ls.security.pki.PKIBaseException
|
+--com.ls.security.pki.LDAPException
- All Implemented Interfaces:
- Serializable
- public class LDAPException
- extends PKIBaseException
This exception is thrown when there is error with LDAP server, for example, if the server is down, if the LDAP server
contact details are not correct, if the user certificate or CRL can not be retrieved.
- Version:
- $Revision: 1.3 $
- Author:
- Last modified by $Author: JBogenschuetz $
- See Also:
- Serialized Form
Constructor Summary |
LDAPException(String description)
Creates a LDAPException with the specified detail message. |
LDAPException(String description,
Throwable throwable)
Creates a LDAPException with the specified
detail message and nested exception. |
LDAPException
public LDAPException(String description)
- Creates a
LDAPException
with the specified detail message.
- Parameters:
description
- The detail message.
LDAPException
public LDAPException(String description,
Throwable throwable)
- Creates a
LDAPException
with the specified
detail message and nested exception.
- Parameters:
description
- The detail message.throwable
- The nested exception.