Interface IbisExceptionListener
- All Known Implementing Classes:
Receiver
public interface IbisExceptionListener
ExeceptionListener-class to signal exceptions to other objects, for instance
MessagePushers to PushingReceivers.
- Since:
- 4.2
- Author:
- Gerrit van Brakel
-
Method Summary
Modifier and TypeMethodDescriptionvoidexceptionThrown(HasName object, Throwable t) Inform the implementing class that the exceptiontoccurred inobject.
-
Method Details
-
exceptionThrown
-