org.indy
Class ProtocolException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.indy.IndyException
                    |
                    +--org.indy.ProtocolException
All Implemented Interfaces:
java.io.Serializable

public class ProtocolException
extends IndyException

DOCUMENT ME!

Version:
$Revision$
Author:
$author$
See Also:
Serialized Form

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

ProtocolException

public ProtocolException(int errorCode,
                         java.lang.String msg)
Creates a new ProtocolException object.
Parameters:
errorCode - DOCUMENT ME!
msg - DOCUMENT ME!

ProtocolException

public ProtocolException(RFCReply result)
Creates a new ProtocolException object.
Parameters:
result - DOCUMENT ME!
Method Detail

getReplyErrorCode

public final int getReplyErrorCode()
DOCUMENT ME!
Returns:
DOCUMENT ME!


Copyright © 2002-2002 IndyJ. All Rights Reserved.