@Scope(value="perthread") @PreventServiceDecoration public class ExceptionTrackerImpl extends Object implements ExceptionTracker
Constructor and Description |
---|
ExceptionTrackerImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
exceptionLogged(Throwable exception)
Returns true if the indicated exception has already been logged (it is assumed that the exception will be logged
if this method returns false).
|
public ExceptionTrackerImpl()
public boolean exceptionLogged(Throwable exception)
ExceptionTracker
exceptionLogged
in interface ExceptionTracker
exception
- to check5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.