All Packages Class Hierarchy This Package Previous Next Index
Class semper.txlayer.context.TXContextNotAccepted
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----semper.txlayer.exception.TXLayerException
|
+----semper.txlayer.context.TXContextNotAccepted
- public class TXContextNotAccepted
- extends TXLayerException
This class provides txlayer TXContextNotAccepted Exceptions
This is thrown in case a TXContext.offerContext()
- is timed out because there was no corresponding
acceptContext call at the peer.
- failed because the peer is not initialized or
does not exist.
- Version:
- $Revision: 1.3 $ $Date: 1998/05/04 11:30:49 $
-
TXContextNotAccepted()
- Creates a TXContextNotAccepted
-
TXContextNotAccepted(String)
- Creates a TXContextNotAccepted with a detailed description.
-
toString()
- Convert to String
TXContextNotAccepted
public TXContextNotAccepted()
- Creates a TXContextNotAccepted
TXContextNotAccepted
public TXContextNotAccepted(String s)
- Creates a TXContextNotAccepted 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