org.apache.directory.shared.ldap.exception
Class LdapTimeLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.LimitExceededException
javax.naming.TimeLimitExceededException
org.apache.directory.shared.ldap.exception.LdapTimeLimitExceededException
- All Implemented Interfaces:
- Serializable, LdapException
public class LdapTimeLimitExceededException
- extends TimeLimitExceededException
- implements LdapException
A TiimeLimitExceededException which associates a resultCode namely the
ResultCodeEnum.SIZELIMITEXCEEDED
resultCode with the exception.
- Version:
- $Rev: 470073 $
- Author:
- Apache Directory Project
- See Also:
LdapException
,
LdapSizeLimitExceededException
,
LDAP ResultCode to JNDI Exception Mappings,
Serialized Form
Methods inherited from class javax.naming.NamingException |
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
LdapTimeLimitExceededException
public LdapTimeLimitExceededException()
- See Also:
TimeLimitExceededException.TimeLimitExceededException()
LdapTimeLimitExceededException
public LdapTimeLimitExceededException(String explanation)
- See Also:
TimeLimitExceededException.TimeLimitExceededException(String)
getResultCode
public ResultCodeEnum getResultCode()
- Always returns
ResultCodeEnum.TIMELIMITEXCEEDED
- Specified by:
getResultCode
in interface LdapException
- Returns:
- the LDAP result code corresponding to this exception type.
- See Also:
LdapException.getResultCode()
Copyright © 2004-2012. All Rights Reserved.