public static enum ProcessWorkItemHandlerException.HandlingStrategy extends Enum<ProcessWorkItemHandlerException.HandlingStrategy>
| Modifier and Type | Method and Description | 
|---|---|
static ProcessWorkItemHandlerException.HandlingStrategy | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ProcessWorkItemHandlerException.HandlingStrategy[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ProcessWorkItemHandlerException.HandlingStrategy RETRY
public static final ProcessWorkItemHandlerException.HandlingStrategy COMPLETE
public static final ProcessWorkItemHandlerException.HandlingStrategy ABORT
public static final ProcessWorkItemHandlerException.HandlingStrategy RETHROW
public static ProcessWorkItemHandlerException.HandlingStrategy[] values()
for (ProcessWorkItemHandlerException.HandlingStrategy c : ProcessWorkItemHandlerException.HandlingStrategy.values()) System.out.println(c);
public static ProcessWorkItemHandlerException.HandlingStrategy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.