public class SuspendNotAllowedException extends UiException
Deployers can control the maximal allowed number of suspended threads
by specifying max-suspended-thread
in zk.xml
,
or invoking Configuration.setMaxSuspendedThreads(int)
.
By default, no limit at all (and this exception won't be thrown)
UiException.Aide
MessageConst.BundleInfo
_code
NULL_CODE
Constructor and Description |
---|
SuspendNotAllowedException() |
SuspendNotAllowedException(int code) |
SuspendNotAllowedException(int code,
java.lang.Object fmtArg) |
SuspendNotAllowedException(int code,
java.lang.Object[] fmtArgs) |
SuspendNotAllowedException(int code,
java.lang.Object[] fmtArgs,
java.lang.Throwable cause) |
SuspendNotAllowedException(int code,
java.lang.Object fmtArg,
java.lang.Throwable cause) |
SuspendNotAllowedException(int code,
java.lang.Throwable cause) |
SuspendNotAllowedException(java.lang.String s) |
SuspendNotAllowedException(java.lang.String msg,
java.lang.Throwable cause) |
SuspendNotAllowedException(java.lang.Throwable cause) |
getCode
public SuspendNotAllowedException(java.lang.String msg, java.lang.Throwable cause)
public SuspendNotAllowedException(java.lang.String s)
public SuspendNotAllowedException(java.lang.Throwable cause)
public SuspendNotAllowedException()
public SuspendNotAllowedException(int code, java.lang.Object[] fmtArgs, java.lang.Throwable cause)
public SuspendNotAllowedException(int code, java.lang.Object fmtArg, java.lang.Throwable cause)
public SuspendNotAllowedException(int code, java.lang.Object[] fmtArgs)
public SuspendNotAllowedException(int code, java.lang.Object fmtArg)
public SuspendNotAllowedException(int code, java.lang.Throwable cause)
public SuspendNotAllowedException(int code)
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.