com.ca.jcs
Class LdapOperationNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.OperationNotSupportedException
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
| Methods inherited from class javax.naming.NamingException |
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
MSG_PREFIX
public static final String MSG_PREFIX
- See Also:
- Constant Field Values
LdapOperationNotSupportedException
public LdapOperationNotSupportedException(String explanation)
LdapOperationNotSupportedException
public LdapOperationNotSupportedException(String explanation,
ResultCodeEnum resultCode)
LdapOperationNotSupportedException
public LdapOperationNotSupportedException()
getResultCode
public ResultCodeEnum getResultCode()
- Specified by:
getResultCode in interface LdapException
Created 2011-07-14 13:27 EST