webfunds.comms
Class RawReplyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--webfunds.comms.RawException
                    |
                    +--webfunds.comms.RawReplyException

public class RawReplyException
extends RawException

This exception class is thrown when the server returns an unreadable packet. Nothing to be done about it, just log it and return.

See Also:
Serialized Form

Fields inherited from class webfunds.comms.RawException
errno
 
Constructor Summary
RawReplyException(int errno, java.lang.String msg)
           
RawReplyException(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

RawReplyException

public RawReplyException(java.lang.String msg)

RawReplyException

public RawReplyException(int errno,
                         java.lang.String msg)
Parameters:
errno - record the HTTP error number returned from the server.