com.ca.jcs
Class LdapCommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by javax.naming.CommunicationException
                  extended by 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

Field Summary
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
LdapCommunicationException()
           
LdapCommunicationException(String explanation)
           
LdapCommunicationException(String explanation, ResultCodeEnum resultCode)
           
 
Method Summary
 ResultCodeEnum getResultCode()
           
 
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LdapCommunicationException

public LdapCommunicationException(String explanation)

LdapCommunicationException

public LdapCommunicationException(String explanation,
                                  ResultCodeEnum resultCode)

LdapCommunicationException

public LdapCommunicationException()
Method Detail

getResultCode

public ResultCodeEnum getResultCode()
Specified by:
getResultCode in interface LdapException


Created 2011-07-14 13:27 EST