June 2003
Intermediate to advanced
672 pages
23h 48m
English
FindException
public class FindException extends RegistryException {
// Public Constructors
public FindException( );
public FindException( Throwable cause);
public FindException( String reason);
public FindException( String reason, Throwable cause);
}FindException is a subclass of
RegistryException that is used to indicate a
failure during a registry search operation.
FindException is not thrown by any method —
instead, it is stored within a BulkResponse object
returned from a method such as the findOrganizations( ) method of BusinessQueryManager.
Read now
Unlock full access