public class ConversionException extends Exception
| Constructor and Description |
|---|
ConversionException(org.apache.http.HttpResponse response) |
ConversionException(String msg) |
ConversionException(String msg,
Exception e) |
ConversionException(String msg,
Exception e,
org.apache.http.HttpResponse response) |
ConversionException(String msg,
org.apache.http.HttpResponse response) |
ConversionException(String msg,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.HttpResponse |
getResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConversionException(String msg)
public ConversionException(String msg, Exception e, org.apache.http.HttpResponse response)
public ConversionException(String msg, org.apache.http.HttpResponse response)
public ConversionException(org.apache.http.HttpResponse response)
Copyright © 2007-2022. All Rights Reserved.