public class ErrAzmFault extends TsiError
TsiError.DefaultErrorPolicy| Constructor and Description |
|---|
ErrAzmFault(String err,
String det,
int lev,
String what)
Constructs a new tsi error from all its components without parsing.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAccumulateCount()
The default implementation for the maximum allowed occurence for
accumulation test on an error.
|
long |
getAccumulateSpan()
The default implementation for the maximum accumulation time span for an
error of this type.
|
long |
getResetLag()
We allow cleanse of this error, if noted just before
|
int |
getResetMax()
The default implementation for the maximum allowed occurence for
resetting an error.
|
deprecated, equals, getComponent, getDetail, getError, getLevel, hashCode, ignore, parse, setComponent, setDetail, setError, setLevel, toStringpublic long getResetLag()
getResetLag in class TsiErrorpublic int getResetMax()
TsiError.TSI_ERROR_POLICY. If that points to a valid, default
constructable class, we use an instance of this class for the policy,
otherwise the default policy is used.getResetMax in class TsiErrorpublic int getAccumulateCount()
TsiErrorTsiError.TSI_ERROR_POLICY. If that points to a valid, default
constructable class, we use an instance of this class for the policy,
otherwise the default policy is used.getAccumulateCount in class TsiErrorpublic long getAccumulateSpan()
TsiErrorTsiError.TSI_ERROR_POLICY. If that points to a valid, default
constructable class, we use an instance of this class for the policy,
otherwise the default policy is used.getAccumulateSpan in class TsiError