org.tigris.scarab.util.word
Class MaxConcurrentSearchException

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.MaxConcurrentSearchException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable

public class MaxConcurrentSearchException
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: MaxConcurrentSearchException.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
MaxConcurrentSearchException(Localizable l10nMessage)
          Constructs a new MaxConcurrentSearchException with specified detail message.
MaxConcurrentSearchException(Localizable l10nMessage, java.lang.Throwable nested)
          Constructs a new MaxConcurrentSearchException with specified detail message.
MaxConcurrentSearchException(LocalizationKey l10nKey)
          Constructs a new MaxConcurrentSearchException with specified detail message.
MaxConcurrentSearchException(LocalizationKey theKey, java.lang.Object p1)
          convenience constructor: Constructs a new ScarabException with specified resource and one parameter.
MaxConcurrentSearchException(LocalizationKey theKey, java.lang.Object[] theParams)
          Constructs a new MaxConcurrentSearchException with specified resource and a list of parameters.
MaxConcurrentSearchException(LocalizationKey theKey, java.lang.Object p1, java.lang.Object p2)
          convenience constructor: Constructs a new ScarabException with specified resource and two parameters.
MaxConcurrentSearchException(LocalizationKey theKey, java.lang.Object p1, java.lang.Object p2, java.lang.Object p3)
          convenience constructor: Constructs a new ScarabException with specified resource and three parameters.
MaxConcurrentSearchException(LocalizationKey theKey, java.lang.Throwable nested, java.lang.Object[] theParams)
          convenience constructor: Constructs a new MaxConcurrentSearchException 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

MaxConcurrentSearchException

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


MaxConcurrentSearchException

public MaxConcurrentSearchException(Localizable l10nMessage)
Constructs a new MaxConcurrentSearchException with specified detail message.


MaxConcurrentSearchException

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


MaxConcurrentSearchException

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

Parameters:
theKey - the l10n error key.

MaxConcurrentSearchException

public MaxConcurrentSearchException(LocalizationKey theKey,
                                    java.lang.Object p1)
convenience constructor: Constructs a new ScarabException with specified resource and one parameter.

Parameters:
theKey - the l10n error key.

MaxConcurrentSearchException

public MaxConcurrentSearchException(LocalizationKey theKey,
                                    java.lang.Object p1,
                                    java.lang.Object p2)
convenience constructor: Constructs a new ScarabException with specified resource and two parameters.

Parameters:
theKey - the l10n error key.

MaxConcurrentSearchException

public MaxConcurrentSearchException(LocalizationKey theKey,
                                    java.lang.Object p1,
                                    java.lang.Object p2,
                                    java.lang.Object p3)
convenience constructor: Constructs a new ScarabException with specified resource and three parameters.

Parameters:
theKey - the l10n error key.

MaxConcurrentSearchException

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

Parameters:
theKey - the l10n error key.


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