|
|||||||||||
| 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.MaxConcurrentSearchException
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 | |
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 |
public MaxConcurrentSearchException(LocalizationKey l10nKey)
MaxConcurrentSearchException with specified
detail message.
public MaxConcurrentSearchException(Localizable l10nMessage)
MaxConcurrentSearchException with specified
detail message.
public MaxConcurrentSearchException(Localizable l10nMessage,
java.lang.Throwable nested)
MaxConcurrentSearchException with specified
detail message.
public MaxConcurrentSearchException(LocalizationKey theKey,
java.lang.Object[] theParams)
MaxConcurrentSearchException with specified
resource and a list of parameters.
theKey - the l10n error key.
public MaxConcurrentSearchException(LocalizationKey theKey,
java.lang.Object p1)
ScarabException
with specified resource and one parameter.
theKey - the l10n error key.
public MaxConcurrentSearchException(LocalizationKey theKey,
java.lang.Object p1,
java.lang.Object p2)
ScarabException
with specified resource and two parameters.
theKey - the l10n error key.
public MaxConcurrentSearchException(LocalizationKey theKey,
java.lang.Object p1,
java.lang.Object p2,
java.lang.Object p3)
ScarabException
with specified resource and three parameters.
theKey - the l10n error key.
public MaxConcurrentSearchException(LocalizationKey theKey,
java.lang.Throwable nested,
java.lang.Object[] theParams)
MaxConcurrentSearchException
with specified resource, nested Throwable and an aritrary set of parameters.
theKey - the l10n error key.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||