All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.txlayer.context.TXContextCommException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.txlayer.exception.TXLayerException
                           |
                           +----semper.txlayer.context.TXContextCommException

public class TXContextCommException
extends TXLayerException
This class provides txlayer TXContextCommExceptions This exception is thrown on all kinds of communication errors. Another reason for this exception may be that you set semper.txlayer.noListeners 1 in your _sempconfig-file and are trying to use the acceptContext() method. This must fail, because acceptContext() needs an listener.

Timeout errors on communcation establishment are indicated by TXContextNotAccepted and TXContextNotOffered.

Version:
$Revision: 1.4 $ $Date: 1998/05/04 11:40:13 $

Constructor Index

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

Method Index

 o toString()
Convert to String

Constructors

 o TXContextCommException
 public TXContextCommException()
Creates a TXContextCommException

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

Parameters:
s - A detailed description

Methods

 o toString
 public String toString()
Convert to String

Overrides:
toString in class TXLayerException

All Packages  Class Hierarchy  This Package  Previous  Next  Index