MessageType - the type of message being handledpublic interface MessageErrorHandler<MessageType>
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleError(Throwable t,
MessageContext<MessageType> messageContext)
Handle a particular thrown error.
|
boolean handleError(Throwable t, MessageContext<MessageType> messageContext)
t - the error that was thrownmessageContext - the message context being processed, if availableCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.