cx.ath.matthew.unix
Class UnixIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by cx.ath.matthew.unix.UnixIOException
All Implemented Interfaces:
Serializable

public class UnixIOException
extends IOException

An IO Exception which occurred during UNIX Socket IO

See Also:
Serialized Form

Constructor Summary
UnixIOException(int no, String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnixIOException

public UnixIOException(int no,
                       String message)