@FunctionalInterface public interface IPDClientExceptionCallback extends com.helger.commons.callback.ICallback
| Modifier and Type | Method and Description |
|---|---|
void |
onException(com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aParticipantID,
String sContext,
Throwable aException)
Called for every exception in HTTP calls.
|
void onException(@Nonnull com.helger.peppol.identifier.generic.participant.IParticipantIdentifier aParticipantID, @Nonnull String sContext, @Nonnull Throwable aException)
aParticipantID - The participant for which the PD should be invoked.sContext - The context in which the exception occurred. May neither be
null nor empty.aException - The exception that occurred. May not be null.Copyright © 2015–2018 Philip Helger. All rights reserved.