Class SignatureWebServiceException

    • Constructor Detail

      • SignatureWebServiceException

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

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