@WebFault(name="WebserviceException") public class WebserviceException extends Exception
| Constructor and Description |
|---|
WebserviceException(@Nullable String message,
@NotNull FaultInfo faultInfo)
Collects information concerning a webPDF ResultException, that has been encountered, while calling a webPDF WS.
|
WebserviceException(@Nullable String message,
@NotNull FaultInfo faultInfo,
@Nullable Throwable cause)
Collects information concerning a webPDF ResultException, that has been encountered, while calling a webPDF WS.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull FaultInfo |
getFaultInfo()
Returns the fault info object of this exception, containing more detailed information about the ResultException,
that occurred on the server side.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WebserviceException(@Nullable
@Nullable String message,
@NotNull
@NotNull FaultInfo faultInfo)
faultInfo - The fault info containing further information concerning the error.message - The message, describing the occurred error.public WebserviceException(@Nullable
@Nullable String message,
@NotNull
@NotNull FaultInfo faultInfo,
@Nullable
@Nullable Throwable cause)
faultInfo - The fault info containing further information concerning the error.cause - The cause of the error.message - The message, describing the occurred error.@NotNull public @NotNull FaultInfo getFaultInfo()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.