Class ConverterWebServiceException

    • Constructor Detail

      • ConverterWebServiceException

        public ConverterWebServiceException​(@Nullable
                                            @Nullable String message,
                                            @NotNull
                                            @NotNull ConverterFaultInfo faultInfo)
        Collects information concerning a webPDF ConverterWebServiceException, 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.
      • ConverterWebServiceException

        public ConverterWebServiceException​(@Nullable
                                            @Nullable String message,
                                            @NotNull
                                            @NotNull ConverterFaultInfo faultInfo,
                                            @Nullable
                                            @Nullable Throwable cause)
        Collects information concerning a webPDF ConverterWebServiceException, 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.