All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.seccomm.SecChannelTimeOutException

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

public class SecChannelTimeOutException
extends ChannelTimeOutException
This class provides SecChannelTimeOutExceptions.

Version:
$Revision: 1.2 $ $Date: 1998/05/04 11:11:08 $

Constructor Index

 o SecChannelTimeOutException()
Creates a SecChannelTimeOutException
 o SecChannelTimeOutException(String)
Creates a SecChannelTimeOutException with a detailed description.

Method Index

 o toString()
Convert to String

Constructors

 o SecChannelTimeOutException
 public SecChannelTimeOutException()
Creates a SecChannelTimeOutException

 o SecChannelTimeOutException
 public SecChannelTimeOutException(String s)
Creates a SecChannelTimeOutException with a detailed description.

Parameters:
s - A detailed description

Methods

 o toString
 public String toString()
Convert to String

Overrides:
toString in class ChannelTimeOutException

All Packages  Class Hierarchy  This Package  Previous  Next  Index