public class CatchChainException extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
chainId  | 
protected String | 
filterId  | 
protected Integer | 
priority  | 
protected Boolean | 
rollBack  | 
| Constructor and Description | 
|---|
CatchChainException()  | 
CatchChainException(String chainId,
                   Integer priority,
                   Boolean rollBack,
                   String filterId)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getChainId()  | 
String | 
getFilterId()  | 
Integer | 
getPriority()  | 
Boolean | 
getRollBack()  | 
Boolean | 
hasFilter()  | 
public CatchChainException()
public CatchChainException(String chainId, Integer priority, Boolean rollBack, String filterId)
public String getChainId()
public Integer getPriority()
public Boolean getRollBack()
public String getFilterId()
Copyright © 2019 Nuxeo. All rights reserved.