All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.txlayer.transfer.TXTransferException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.txlayer.exception.TXLayerException
                           |
                           +----semper.txlayer.transfer.TXTransferException

public class TXTransferException
extends TXLayerException
This class provides txlayer Exceptions

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

Constructor Index

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

Method Index

 o toString()
Convert to String

Constructors

 o TXTransferException
 public TXTransferException()
Creates a TXTransferException

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