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 Details

  • Method Details

    • getPartialResults

      public <T> T getPartialResults()
      Get the partial results
      Type Parameters:
      T - The type of the partial results
      Returns:
      the partial results