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 $
-
TXContextNotOffered()
- Creates a TXContextNotOffered
-
TXContextNotOffered(String)
- Creates a TXContextNotOffered with a detailed description.
-
toString()
- Convert to String
TXContextNotOffered
public TXContextNotOffered()
- Creates a TXContextNotOffered
TXContextNotOffered
public TXContextNotOffered(String s)
- Creates a TXContextNotOffered 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