Package org.alfresco.repo.events
Interface ExceptionEventsService
-
- All Known Implementing Classes:
ExceptionEventsServiceImpl
public interface ExceptionEventsService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexceptionGenerated(String txnId, Throwable t)
-
-
-
Method Detail
-
exceptionGenerated
void exceptionGenerated(String txnId, Throwable t) throws IOException
- Throws:
IOException
-
-