public class ResourceRetrievalException extends IOException
| Constructor and Description |
|---|
ResourceRetrievalException(String url) |
ResourceRetrievalException(String url,
Exception e) |
ResourceRetrievalException(String url,
int statusCode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
int |
getStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceRetrievalException(String url)
public ResourceRetrievalException(String url, int statusCode)
public String getMessage()
getMessage in class Throwablepublic int getStatus()
Copyright © 2021. All Rights Reserved.