webfunds.comms
Class RawConnectException

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

public class RawConnectException
extends RawException

This exception class is thrown when the RawHttp sees a refused connection or other indicator that information is correct, but time is bad. Turn it into a Later Exception further up the layers.

See Also:
Serialized Form

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

RawConnectException

public RawConnectException(int errno,
                           java.lang.String msg)

RawConnectException

public RawConnectException(java.lang.String msg)