|
|||||||||
| 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
This exception class is thrown by a CommsAgent. Inherit precise delitos from here.
| Field Summary | |
protected int |
errno
|
| Constructor Summary | |
RawException(int errno,
java.lang.String msg)
|
|
RawException(java.lang.String msg)
|
|
| Method Summary | |
int |
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 |
| Field Detail |
protected int errno
| Constructor Detail |
public RawException(java.lang.String msg)
public RawException(int errno,
java.lang.String msg)
| Method Detail |
public int getErrno()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||