Package cx.ath.matthew.unix
Class UnixIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- cx.ath.matthew.unix.UnixIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnixIOException extends java.io.IOException
An IO Exception which occurred during UNIX Socket IO- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnixIOException(int no, java.lang.String message)
-