Package net.webpdf.wsclient.exception
-
Enum Summary Enum Description Error Errorenumerates the known webPDF wsclient errors. -
Exception Summary Exception Description AuthResultException An instance ofAuthResultExceptionindicates some error during the execution of a usedAuthProvider.
The actualExceptioncan be requested by callingThrowable.getCause().ClientResultException An instance ofClientResultExceptionwill be encountered in case a wsclient operation failed on the client´s side.ResultException An instance ofResultExceptionwill be encountered in case a wsclient operation failed for some reason.
AResultExceptionmostly serves as the common, generic, catchable base type for more specific exceptions that provide more detailed information about the failure.ServerResultException An instance ofServerResultExceptionindicates, that some fail state occurred webPDF server while executing your request.