public static final class Pdfcrowd.Error extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
int |
statusCode |
| Constructor and Description |
|---|
Error() |
Error(String msg) |
Error(String msg,
int code) |
Error(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Deprecated.
|
String |
getDocumentationLink() |
String |
getMessage() |
int |
getReasonCode() |
int |
getStatusCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic Error()
public Error(Throwable throwable)
public Error(String msg)
public Error(String msg, int code)
@Deprecated public int getCode()
public int getStatusCode()
public int getReasonCode()
public String getMessage()
getMessage in class Throwablepublic String getDocumentationLink()
Copyright © 2025. All rights reserved.