|
||||||||||
| 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
|
+--org.indy.IndyException
|
+--org.indy.ProtocolException
DOCUMENT ME!
| Fields inherited from class org.indy.IndyException |
_msg |
| Constructor Summary | |
ProtocolException(int errorCode,
java.lang.String msg)
Creates a new ProtocolException object. |
|
ProtocolException(RFCReply result)
Creates a new ProtocolException object. |
|
| Method Summary | |
int |
getReplyErrorCode()
DOCUMENT ME! |
| Methods inherited from class org.indy.IndyException |
getMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ProtocolException(int errorCode,
java.lang.String msg)
errorCode - DOCUMENT ME!msg - DOCUMENT ME!public ProtocolException(RFCReply result)
result - DOCUMENT ME!| Method Detail |
public final int getReplyErrorCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||