com.ca.jcs
Class LdapCommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.CommunicationException
com.ca.jcs.LdapCommunicationException
- All Implemented Interfaces:
- Serializable, LdapException
public class LdapCommunicationException
- extends CommunicationException
- implements LdapException
Assigns resultCode to ResultCodeEnum.UNWILLING_TO_PERFORM by default.
- See Also:
- Serialized Form
| Methods inherited from class javax.naming.NamingException |
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
LdapCommunicationException
public LdapCommunicationException(String explanation)
LdapCommunicationException
public LdapCommunicationException(String explanation,
ResultCodeEnum resultCode)
LdapCommunicationException
public LdapCommunicationException()
getResultCode
public ResultCodeEnum getResultCode()
- Specified by:
getResultCode in interface LdapException
Created 2011-07-14 13:27 EST