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, toString
public ESTException(String msg)
public ESTException(String message, Throwable cause, int statusCode, InputStream body)
public String getMessage()
getMessage
in class Throwable
public InputStream getBody()
public int getStatusCode()
Copyright © 2020 BouncyCastle.org. All rights reserved.