|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--webfunds.comms.RawException
|
+--webfunds.comms.RawConnectException
This exception class is thrown when the RawHttp sees a refused connection or other indicator that information is correct, but time is bad. Turn it into a Later Exception further up the layers.
| Fields inherited from class webfunds.comms.RawException |
errno |
| Constructor Summary | |
RawConnectException(int errno,
java.lang.String msg)
|
|
RawConnectException(java.lang.String msg)
|
|
| Methods inherited from class webfunds.comms.RawException |
getErrno |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public RawConnectException(int errno,
java.lang.String msg)
public RawConnectException(java.lang.String msg)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||