Package org.ametys.core.util.ldap
Class IncompleteLDAPResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.core.util.ldap.IncompleteLDAPResultException
- All Implemented Interfaces:
Serializable
Exception when the LDAP refused to return all the results.
The exception contains the partial result.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompleteLDAPResultException
Constructor- Type Parameters:
T
- The type of the partial results- Parameters:
partialResults
- The partial resultse
- The wrapped exception such as aSizeLimitExceededException
-
-
Method Details
-
getPartialResults
Get the partial results- Type Parameters:
T
- The type of the partial results- Returns:
- the partial results
-