| org.tigris.scarab.util.ScarabException org.tigris.scarab.util.word.MaxConcurrentSearchException
MaxConcurrentSearchException | public class MaxConcurrentSearchException extends ScarabException (Code) | | 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.
author: John D. McNally version: $Id: MaxConcurrentSearchException.java 9104 2004-05-10 21:04:51Z dabbous $ |
Constructor Summary | |
public | MaxConcurrentSearchException(LocalizationKey l10nKey) Constructs a new MaxConcurrentSearchException with specified
detail message. | public | MaxConcurrentSearchException(Localizable l10nMessage) Constructs a new MaxConcurrentSearchException with specified
detail message. | public | MaxConcurrentSearchException(Localizable l10nMessage, Throwable nested) Constructs a new MaxConcurrentSearchException with specified
detail message. | public | MaxConcurrentSearchException(LocalizationKey theKey, Object[] theParams) Constructs a new MaxConcurrentSearchException with specified
resource and a list of parameters. | public | MaxConcurrentSearchException(LocalizationKey theKey, Object p1) convenience constructor: Constructs a new ScarabException
with specified resource and one parameter. | public | MaxConcurrentSearchException(LocalizationKey theKey, Object p1, Object p2) convenience constructor: Constructs a new ScarabException
with specified resource and two parameters. | public | MaxConcurrentSearchException(LocalizationKey theKey, Object p1, Object p2, Object p3) convenience constructor: Constructs a new ScarabException
with specified resource and three parameters. | public | MaxConcurrentSearchException(LocalizationKey theKey, Throwable nested, Object[] theParams) convenience constructor: Constructs a new MaxConcurrentSearchException
with specified resource, nested Throwable and an aritrary set of parameters. |
MaxConcurrentSearchException | public MaxConcurrentSearchException(LocalizationKey l10nKey)(Code) | | Constructs a new MaxConcurrentSearchException with specified
detail message.
Parameters: msg - the error message. |
MaxConcurrentSearchException | public MaxConcurrentSearchException(Localizable l10nMessage)(Code) | | Constructs a new MaxConcurrentSearchException with specified
detail message.
Parameters: msg - the error message. |
MaxConcurrentSearchException | public MaxConcurrentSearchException(Localizable l10nMessage, Throwable nested)(Code) | | Constructs a new MaxConcurrentSearchException with specified
detail message.
Parameters: msg - the error message. |
MaxConcurrentSearchException | public MaxConcurrentSearchException(LocalizationKey theKey, Object[] theParams)(Code) | | Constructs a new MaxConcurrentSearchException with specified
resource and a list of parameters.
Parameters: theKey - the l10n error key. |
MaxConcurrentSearchException | public MaxConcurrentSearchException(LocalizationKey theKey, Object p1)(Code) | | convenience constructor: Constructs a new ScarabException
with specified resource and one parameter.
Parameters: theKey - the l10n error key. |
MaxConcurrentSearchException | public MaxConcurrentSearchException(LocalizationKey theKey, Object p1, Object p2)(Code) | | convenience constructor: Constructs a new ScarabException
with specified resource and two parameters.
Parameters: theKey - the l10n error key. |
MaxConcurrentSearchException | public MaxConcurrentSearchException(LocalizationKey theKey, Object p1, Object p2, Object p3)(Code) | | convenience constructor: Constructs a new ScarabException
with specified resource and three parameters.
Parameters: theKey - the l10n error key. |
MaxConcurrentSearchException | public MaxConcurrentSearchException(LocalizationKey theKey, Throwable nested, Object[] theParams)(Code) | | convenience constructor: Constructs a new MaxConcurrentSearchException
with specified resource, nested Throwable and an aritrary set of parameters.
Parameters: theKey - the l10n error key. |
|
|