public class GHFileNotFoundException extends FileNotFoundException
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,List<String>> |
responseHeaderFields |
| Constructor and Description |
|---|
GHFileNotFoundException()
Instantiates a new Gh file not found exception.
|
GHFileNotFoundException(String s)
Instantiates a new Gh file not found 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 GHFileNotFoundException()
public GHFileNotFoundException(String s)
s - the s@CheckForNull public Map<String,List<String>> getResponseHeaderFields()
Copyright © 2020. All rights reserved.