net.sf.jml.exception
Class MsnProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jml.exception.JmlException
net.sf.jml.exception.MsnProtocolException
- All Implemented Interfaces:
- Serializable
public class MsnProtocolException
- extends JmlException
The exception that MSN protocol returned.
- Author:
- Roger Chen
- See Also:
- Serialized Form
MsnProtocolException
public MsnProtocolException(int errorCode,
MsnIncomingMessage incoming,
MsnOutgoingMessage outgoing)
getErrorCode
public int getErrorCode()
getIncomingMessage
public MsnIncomingMessage getIncomingMessage()
getOutgoingMessage
public MsnOutgoingMessage getOutgoingMessage()
toString
public String toString()
- Overrides:
toString
in class Throwable