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()

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

Constructor Index

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

Method Index

 o toString()
Convert to String

Constructors

 o TXContextNotAccepted
 public TXContextNotAccepted()
Creates a TXContextNotAccepted

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