All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.txlayer.exchange.TXExchangeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.txlayer.exception.TXLayerException
                           |
                           +----semper.txlayer.exchange.TXExchangeException

public class TXExchangeException
extends TXLayerException
This class provides txlayer Exceptions specific for exchange transactions.

Version:
$Revision: 1.1 $ $Date: 1998/05/06 06:56:11 $

Constructor Index

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

Method Index

 o toString()
Convert to String

Constructors

 o TXExchangeException
 public TXExchangeException()
Creates a TXExchangeException

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