public class ESTException extends IOException
| Constructor and Description |
|---|
ESTException(String msg) |
ESTException(String msg,
Throwable cause) |
ESTException(String message,
Throwable cause,
int statusCode,
InputStream body) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getBody() |
Throwable |
getCause() |
String |
getMessage() |
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ESTException(String msg)
public ESTException(String message, Throwable cause, int statusCode, InputStream body)
public String getMessage()
getMessage in class Throwablepublic InputStream getBody()
public int getStatusCode()
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.