com.ca.jcs
Class LdapOperationNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by javax.naming.OperationNotSupportedException
                  extended by com.ca.jcs.LdapOperationNotSupportedException
All Implemented Interfaces:
Serializable, LdapException

public class LdapOperationNotSupportedException
extends OperationNotSupportedException
implements LdapException

Assigns resultCode to ResultCodeEnum.UNWILLING_TO_PERFORM by default.

See Also:
Serialized Form

Field Summary
static String MSG_PREFIX
           
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
LdapOperationNotSupportedException()
           
LdapOperationNotSupportedException(String explanation)
           
LdapOperationNotSupportedException(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
 

Field Detail

MSG_PREFIX

public static final String MSG_PREFIX
See Also:
Constant Field Values
Constructor Detail

LdapOperationNotSupportedException

public LdapOperationNotSupportedException(String explanation)

LdapOperationNotSupportedException

public LdapOperationNotSupportedException(String explanation,
                                          ResultCodeEnum resultCode)

LdapOperationNotSupportedException

public LdapOperationNotSupportedException()
Method Detail

getResultCode

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


Created 2011-07-14 13:27 EST