Package com.atlassian.crowd.search.ldap
Class NullResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.search.ldap.NullResultException
- All Implemented Interfaces:
Serializable
Denotes that the LDAPQuery could not be formed because
the query would result in a null result (empty collection).
- 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
-
NullResultException
public NullResultException()
-