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.
|
GHIOException(String message,
Throwable cause)
Constructs a
GHIOException with the specified detail message and cause. |
| 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 messagepublic GHIOException(String message, Throwable cause)
GHIOException with the specified detail message and cause.message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or unknown.)@CheckForNull public Map<String,List<String>> getResponseHeaderFields()
Copyright © 2020. All rights reserved.