public class ChainedExceptionListener extends Object implements ExceptionListener
Constructor and Description |
---|
ChainedExceptionListener() |
Modifier and Type | Method and Description |
---|---|
void |
addDelegate(ExceptionListener listener)
Add an ExceptionListener to the chained delegate list.
|
ExceptionListener[] |
getDelegates()
Return all registered ExceptionListener delegates (as array).
|
void |
onException(JMSException ex) |
public final void addDelegate(ExceptionListener listener)
public final ExceptionListener[] getDelegates()
public void onException(JMSException ex)
onException
in interface ExceptionListener