public class ConnectionFailureException extends RuntimeException
RecipeRepository.connect(String)
,
which are generated by Jsoup.connect(String)
Constructor and Description |
---|
ConnectionFailureException(String s) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConnectionFailureException(String s)
s
- describes the specific failure that occurred connecting to the user-supplied URL.