Exception handling
- 06 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
Exception handling
- Mis à jour le 06 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
By default, the SOAP handlers ignore underlying exceptions, and always return a generic "Service is not available" error message with error code –999 in the response model, if a SOAP connection to the OneSpan Authentication Server instance cannot be established.
To make error handling easier, you can change the behavior to re-throw underlying exceptions so they can be propagated to and properly handled by the application (as IdentikeyConnectionException).
Call the setRethrowOnConnectionError() method from the ConfigurationBean instance and set its value to true:
configurationBean.setRethrowOnConnectionError(true);
Cet article vous a-t-il été utile ?