Package org.springframework.ldap
Class SizeLimitExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.core.NestedRuntimeException
-
- org.springframework.ldap.NamingException
-
- org.springframework.ldap.LimitExceededException
-
- org.springframework.ldap.SizeLimitExceededException
-
- All Implemented Interfaces:
java.io.Serializable
public class SizeLimitExceededException extends LimitExceededException
Runtime exception mirroring the JNDI SizeLimitExceededException.- Since:
- 1.2
- See Also:
SizeLimitExceededException
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SizeLimitExceededException(javax.naming.SizeLimitExceededException cause)
-
Method Summary
-
Methods inherited from class org.springframework.ldap.NamingException
getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj
-
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
-
-