webfunds.comms
Class RawException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--webfunds.comms.RawException
Direct Known Subclasses:
RawConnectException, RawReplyException, RawURLException

public abstract class RawException
extends java.lang.Exception

This exception class is thrown by a CommsAgent. Inherit precise delitos from here.

See Also:
Serialized Form

Field Summary
protected  int errno
           
 
Constructor Summary
RawException(int errno, java.lang.String msg)
           
RawException(java.lang.String msg)
           
 
Method Summary
 int 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
 

Field Detail

errno

protected int errno
Constructor Detail

RawException

public RawException(java.lang.String msg)

RawException

public RawException(int errno,
                    java.lang.String msg)
Method Detail

getErrno

public int getErrno()