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