public class NoSuchPageException
extends java.util.NoSuchElementException
IOException that is the actual exception that occurred when
the page request was made.| Modifier and Type | Field and Description |
|---|---|
protected java.io.IOException |
cause
Cause exception
|
| Constructor and Description |
|---|
NoSuchPageException(java.io.IOException cause)
Create no such page exception
|
| Modifier and Type | Method and Description |
|---|---|
java.io.IOException |
getCause() |
java.lang.String |
getMessage() |