org.tigris.scarab.util.word
Class ComplexQueryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended byorg.apache.turbine.TurbineException
                  extended byorg.tigris.scarab.util.ScarabException
                      extended byorg.tigris.scarab.util.word.ComplexQueryException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable

public class ComplexQueryException
extends ScarabException

This class extends ScarabException and does not change its functionality. It is thrown when the maximum number of concurrent searches are in process and another is requested.

Version:
$Id: ComplexQueryException.java 9104 2004-05-10 21:04:51Z dabbous $
Author:
John D. McNally
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ComplexQueryException(L10NMessage l10nMessage)
          Constructs a new ComplexQueryException with specified detail message.
ComplexQueryException(L10NMessage l10nMessage, java.lang.Throwable nested)
          Constructs a new ComplexQueryException with specified detail message.
ComplexQueryException(LocalizationKey l10nKey)
          Constructs a new ComplexQueryException with specified detail message.
ComplexQueryException(LocalizationKey theKey, java.lang.Object[] theParams)
          Constructs a new ComplexQueryException with specified resource and a list of parameters.
ComplexQueryException(LocalizationKey theKey, java.lang.Throwable nested, java.lang.Object[] theParams)
          convenience constructor: Constructs a new ComplexQueryException with specified resource, nested Throwable and an aritrary set of parameters.
 
Methods inherited from class org.tigris.scarab.util.ScarabException
getL10nMessage, getLocalizedMessage, getMessage, getMessage, setLocalizer
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComplexQueryException

public ComplexQueryException(LocalizationKey l10nKey)
Constructs a new ComplexQueryException with specified detail message.


ComplexQueryException

public ComplexQueryException(L10NMessage l10nMessage)
Constructs a new ComplexQueryException with specified detail message.


ComplexQueryException

public ComplexQueryException(L10NMessage l10nMessage,
                             java.lang.Throwable nested)
Constructs a new ComplexQueryException with specified detail message.


ComplexQueryException

public ComplexQueryException(LocalizationKey theKey,
                             java.lang.Object[] theParams)
Constructs a new ComplexQueryException with specified resource and a list of parameters.

Parameters:
theKey - the l10n error key.
theParams -

ComplexQueryException

public ComplexQueryException(LocalizationKey theKey,
                             java.lang.Throwable nested,
                             java.lang.Object[] theParams)
convenience constructor: Constructs a new ComplexQueryException with specified resource, nested Throwable and an aritrary set of parameters.

Parameters:
theKey - the l10n error key.
nested -
theParams -


Copyright © 2000-2004 Tigris.org. All Rights Reserved.