com.ca.jcs.util
Class LdapWrapperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
org.apache.directory.shared.ldap.exception.LdapNamingException
com.ca.jcs.util.LdapWrapperException
- All Implemented Interfaces:
- Serializable, LdapException
public class LdapWrapperException
- extends LdapNamingException
Transient exception used only with JCS to wrap exceptions so that they can be passed out to
RetryOpProcessorProxy for consideration of retiable status based on exception messages.
- See Also:
- Serialized Form
| Methods inherited from class javax.naming.NamingException |
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
LdapWrapperException
public LdapWrapperException(String explanation,
Throwable th)
LdapWrapperException
public LdapWrapperException(String explanation,
ResultCodeEnum code,
Throwable th)
getCause
public Throwable getCause()
- Overrides:
getCause in class NamingException
Created 2011-07-14 13:27 EST