| org.tigris.scarab.util.ScarabException org.tigris.scarab.util.word.ComplexQueryException
ComplexQueryException | public class ComplexQueryException 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: ComplexQueryException.java 9104 2004-05-10 21:04:51Z dabbous $ |
ComplexQueryException | public ComplexQueryException(LocalizationKey l10nKey)(Code) | | Constructs a new ComplexQueryException with specified
detail message.
Parameters: msg - the error message. |
ComplexQueryException | public ComplexQueryException(L10NMessage l10nMessage)(Code) | | Constructs a new ComplexQueryException with specified
detail message.
Parameters: msg - the error message. |
ComplexQueryException | public ComplexQueryException(L10NMessage l10nMessage, Throwable nested)(Code) | | Constructs a new ComplexQueryException with specified
detail message.
Parameters: msg - the error message. |
ComplexQueryException | public ComplexQueryException(LocalizationKey theKey, Object[] theParams)(Code) | | Constructs a new ComplexQueryException with specified
resource and a list of parameters.
Parameters: theKey - the l10n error key. Parameters: theParams - |
ComplexQueryException | public ComplexQueryException(LocalizationKey theKey, Throwable nested, Object[] theParams)(Code) | | convenience constructor: Constructs a new ComplexQueryException
with specified resource, nested Throwable and an aritrary set of parameters.
Parameters: theKey - the l10n error key. Parameters: nested - Parameters: theParams - |
|
|