All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.txlayer.context.TXContextNotOffered

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

public class TXContextNotOffered
extends TXLayerException
This class provides txlayer TXContextNotOffered Exceptions This exception is thrown when a method invocation to acceptContext is timed out because there was no corresponding offerContext call from a client.

Version:
$Revision: 1.3 $ $Date: 1998/05/04 11:30:49 $

Constructor Index

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

Method Index

 o toString()
Convert to String

Constructors

 o TXContextNotOffered
 public TXContextNotOffered()
Creates a TXContextNotOffered

 o TXContextNotOffered
 public TXContextNotOffered(String s)
Creates a TXContextNotOffered 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