public final class ExceptionClassFilter extends Object implements Serializable, Cloneable
jsl:ExceptionClassFilter
job XML element type.
It represents job XML elements such as skippable-exception-classes
, retryable-exception-classes
,
and no-rollback-exception-classes
.Constructor and Description |
---|
ExceptionClassFilter() |
Modifier and Type | Method and Description |
---|---|
protected ExceptionClassFilter |
clone() |
boolean |
matches(Class<? extends Throwable> clazz)
Checks if an exception should be included or excluded.
|
public boolean matches(Class<? extends Throwable> clazz)
clazz
- the exception to checktrue
if the exception should be include, otherwise false
protected ExceptionClassFilter clone()
Copyright © 2016 JBoss by Red Hat. All rights reserved.