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

Class semper.comm.ChannelException

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

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

Constructor Index

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

Method Index

 o getMessage()
Return the message.
 o toString()
Converts to a human-readable form.

Constructors

 o ChannelException
  public ChannelException()
Creates a ChannelException.
 o ChannelException
  public ChannelException(String s)
Creates a ChannelException 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
 o getMessage
  public String getMessage()
Return the message.
Overrides:
getMessage in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index