|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.LimitExceededException
javax.naming.TimeLimitExceededException
org.apache.directory.shared.ldap.exception.LdapTimeLimitExceededException
public class LdapTimeLimitExceededException
A TiimeLimitExceededException which associates a resultCode namely the
ResultCodeEnum#SIZELIMITEXCEEDED
resultCode with the exception.
LdapException
,
LdapSizeLimitExceededException
,
LDAP ResultCode to JNDI Exception Mappings,
Serialized FormField Summary |
---|
Fields inherited from class javax.naming.NamingException |
---|
remainingName, resolvedName, resolvedObj, rootException |
Constructor Summary | |
---|---|
LdapTimeLimitExceededException()
|
|
LdapTimeLimitExceededException(java.lang.String explanation)
|
Method Summary | |
---|---|
ResultCodeEnum |
getResultCode()
Always returns ResultCodeEnum#TIMELIMITEXCEEDED |
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 |
---|
public LdapTimeLimitExceededException()
TimeLimitExceededException.TimeLimitExceededException()
public LdapTimeLimitExceededException(java.lang.String explanation)
TimeLimitExceededException.TimeLimitExceededException(String)
Method Detail |
---|
public ResultCodeEnum getResultCode()
ResultCodeEnum#TIMELIMITEXCEEDED
getResultCode
in interface LdapException
LdapException.getResultCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |