|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
winterwell.jtwitter.TwitterException
winterwell.jtwitter.TwitterException.IO
public static class TwitterException.IO
An IO exception, eg. a network issue. Call getCause() to get the
original IOException
| Nested Class Summary |
|---|
| Constructor Summary | |
|---|---|
TwitterException.IO(java.io.IOException e)
|
|
| Method Summary | |
|---|---|
java.io.IOException |
getCause()
|
| Methods inherited from class winterwell.jtwitter.TwitterException |
|---|
getAdditionalInfo, setAdditionalInfo |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TwitterException.IO(java.io.IOException e)
| Method Detail |
|---|
public java.io.IOException getCause()
getCause in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||