edu.cuny.cat.comm
Class CatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by edu.cuny.cat.comm.CatException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectionException, MessageException

public class CatException
extends java.io.IOException

The top-level class for exceptions that occurs during communication in JCAT.

Version:
$Revision: 1.2 $
Author:
Jinzhong Niu
See Also:
Serialized Form

Constructor Summary
CatException()
           
CatException(java.lang.String s)
           
 
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

CatException

public CatException(java.lang.String s)

CatException

public CatException()