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 $
-
TXContextCommException()
- Creates a TXContextCommException
-
TXContextCommException(String)
- Creates a TXContextCommException with a detailed description.
-
toString()
- Convert to String
TXContextCommException
public TXContextCommException()
- Creates a TXContextCommException
TXContextCommException
public TXContextCommException(String s)
- Creates a TXContextCommException with a detailed description.
- Parameters:
- s - A detailed description
toString
public String toString()
- Convert to String
- Overrides:
- toString in class TXLayerException
All Packages Class Hierarchy This Package Previous Next Index