|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.lang.exception.NestableException
org.apache.turbine.TurbineException
org.tigris.scarab.util.ScarabException
org.tigris.scarab.util.word.ComplexQueryException
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.
| 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 |
public ComplexQueryException(LocalizationKey l10nKey)
ComplexQueryException with specified
detail message.
public ComplexQueryException(L10NMessage l10nMessage)
ComplexQueryException with specified
detail message.
public ComplexQueryException(L10NMessage l10nMessage,
java.lang.Throwable nested)
ComplexQueryException with specified
detail message.
public ComplexQueryException(LocalizationKey theKey,
java.lang.Object[] theParams)
ComplexQueryException with specified
resource and a list of parameters.
theKey - the l10n error key.theParams -
public ComplexQueryException(LocalizationKey theKey,
java.lang.Throwable nested,
java.lang.Object[] theParams)
ComplexQueryException
with specified resource, nested Throwable and an aritrary set of parameters.
theKey - the l10n error key.nested - theParams -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||