Class ExceptionEventSender

java.lang.Object
org.apache.sling.distribution.journal.ExceptionEventSender

public class ExceptionEventSender
extends java.lang.Object
This is used by the journal adapter to send events for exceptions that happen when distribution talks to the journal.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String ERROR_TOPIC  
    static java.lang.String KEY_ERROR_CODE  
    static java.lang.String KEY_MESSAGE  
    static java.lang.String KEY_TYPE  
  • Constructor Summary

    Constructors 
    Constructor Description
    ExceptionEventSender​(org.osgi.service.event.EventAdmin eventAdmin)  
  • Method Summary

    Modifier and Type Method Description
    void send​(java.lang.Exception e)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait