Uses of Class
net.webpdf.wsclient.exception.Error
-
Packages that use Error Package Description net.webpdf.wsclient.exception -
-
Uses of Error in net.webpdf.wsclient.exception
Methods in net.webpdf.wsclient.exception that return Error Modifier and Type Method Description @NotNull ErrorResultException. getClientError()Returns the wsclientErrorof thisResultException.static @NotNull ErrorError. getName(int errorCode)Returns theErrorrepresenting the given errorCode.static ErrorError. valueOf(String name)Returns the enum constant of this type with the specified name.static Error[]Error. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.webpdf.wsclient.exception with parameters of type Error Constructor Description ClientResultException(@NotNull Error error)Creates a newResultExceptionwrapping the given wsclientErrorfail state.ClientResultException(@NotNull Error error, @Nullable Exception cause)Creates a newResultExceptionwrapping the given wsclientErrorfail state, exit code andExceptioncause.ResultException(@NotNull Error wsClientError, @Nullable String errorMessage, int errorCode, @Nullable String stackTraceMessage, @Nullable Exception cause)Constructs a newResultExceptionwith the given information.
Note that the detail message associated withcauseis not automatically incorporated in this exception's detail message.ServerResultException(Error wsclientError, @Nullable String errorMessage, int errorCode, @Nullable String stackTrace)Instantiates a newServerResultExceptionthat wraps a webPDF server fail state.
-