com.atlassian.crowd.search.ldap
Class NullResultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.search.ldap.NullResultException
All Implemented Interfaces:
Serializable

public class NullResultException
extends Exception

Denotes that the LDAPQuery could not be formed because the query would result in a null result (empty collection).

See Also:
Serialized Form

Constructor Summary
NullResultException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullResultException

public NullResultException()


Copyright © 2012 Atlassian. All Rights Reserved.