Class ExceptionEventNotifier
- java.lang.Object
-
- edu.uiuc.ncsa.security.servlet.Notifier
-
- org.oa4mp.server.api.util.ExceptionEventNotifier
-
- All Implemented Interfaces:
ExceptionEventListener
,edu.uiuc.ncsa.security.servlet.NotificationListener
,EventListener
public class ExceptionEventNotifier extends edu.uiuc.ncsa.security.servlet.Notifier implements ExceptionEventListener
Created by Jeff Gaynor
on 9/18/12 at 11:27 AM
-
-
Constructor Summary
Constructors Constructor Description ExceptionEventNotifier(edu.uiuc.ncsa.security.util.mail.MailUtil mailUtil, edu.uiuc.ncsa.security.core.util.MyLoggingFacade loggingFacade)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fireExceptionCaught(ExceptionEvent exceptionEvent)
-
-
-
Method Detail
-
fireExceptionCaught
public void fireExceptionCaught(ExceptionEvent exceptionEvent)
- Specified by:
fireExceptionCaught
in interfaceExceptionEventListener
-
-