Class URLConverterWebServiceException

    • Constructor Detail

      • URLConverterWebServiceException

        public URLConverterWebServiceException​(@Nullable
                                               @Nullable String message,
                                               @NotNull
                                               @NotNull URLConverterFaultInfo faultInfo)
        Collects information concerning a webPDF URLConverterWebServiceException, that has been encountered, while calling a webPDF webservice.
        Parameters:
        faultInfo - The fault info containing further information concerning the error.
        message - The message, describing the occurred error.
      • URLConverterWebServiceException

        public URLConverterWebServiceException​(@Nullable
                                               @Nullable String message,
                                               @NotNull
                                               @NotNull URLConverterFaultInfo faultInfo,
                                               @Nullable
                                               @Nullable Throwable cause)
        Collects information concerning a webPDF URLConverterWebServiceException, that has been encountered, while calling a webPDF webservice.
        Parameters:
        faultInfo - The fault info containing further information concerning the error.
        cause - The cause of the error.
        message - The message, describing the occurred error.