Class semper.comm.ChannelTimeOutException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.comm.ChannelTimeOutException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.comm.ChannelTimeOutException

public class ChannelTimeOutException
extends Exception
Signals that a channel timeout exception has occured.
Version:
beta-4, 12.8.96
Author:
Mehdi Nassehi

Constructor Index

 o ChannelTimeOutException()
Creates a ChannelTimeOutException.
 o ChannelTimeOutException(String)
Creates a ChannelTimeOutException with a detailed message.

Method Index

 o toString()
Converts to a human-readable form

Constructors

 o ChannelTimeOutException
  public ChannelTimeOutException()
Creates a ChannelTimeOutException.
 o ChannelTimeOutException
  public ChannelTimeOutException(String s)
Creates a ChannelTimeOutException with a detailed message.
Parameters:
s - the detailed message.

Methods

 o toString
  public String toString()
Converts to a human-readable form
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index