public class GHIOException extends IOException
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,List<String>> |
responseHeaderFields |
| Constructor and Description |
|---|
GHIOException()
Instantiates a new Ghio exception.
|
GHIOException(String message)
Instantiates a new Ghio exception.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
getResponseHeaderFields()
Gets response header fields.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GHIOException()
public GHIOException(String message)
message - the message@CheckForNull public Map<String,List<String>> getResponseHeaderFields()
Copyright © 2020. All rights reserved.