public class ExceptionHistory extends Object implements Serializable
| Constructor and Description |
|---|
ExceptionHistory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Exception e)
Adds the given exception to the history
|
public boolean add(Exception e)
e - a not null exceptiontrue if the exception stack trace was not found before. false otherwiseCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.