All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.gatech.cc.is.communication.CommunicationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----EDU.gatech.cc.is.communication.CommunicationException

public class CommunicationException
extends Exception
Signals that an execption of some sort has occured in a communication event.

Copyright (c)1998 tucker Balch

Version:
$Revision: 1.4 $
Author:
Tucker Balch (tucker@cc.gatech.edu)

Constructor Index

 o CommunicationException()
Constructs a CommunicationException with no detail message.
 o CommunicationException(String)
Constructs a CommunicationException with a specified detail message.

Constructors

 o CommunicationException
 public CommunicationException()
Constructs a CommunicationException with no detail message.

 o CommunicationException
 public CommunicationException(String msg)
Constructs a CommunicationException with a specified detail message.

Parameters:
s - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index