webfunds.comms
Class RawURLException

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

public class RawURLException
extends RawException

This exception class is thrown when the client detects that the host : port is bad, and should be retried or changed.

See Also:
Serialized Form

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

RawURLException

public RawURLException(java.lang.String msg)

RawURLException

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