Class semper.transfer.TransferServiceException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.transfer.TransferServiceException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.transfer.TransferServiceException

public class TransferServiceException
extends Exception
Generic exception class for the transfer service block.
Author:
Christian Thiel ([email protected]), Ferdinando Loiacono ([email protected])

Constructor Index

 o TransferServiceException()
Empty constructor.
 o TransferServiceException(String)
Constructor with a message as argument.

Method Index

 o toString()
Prepend a label to indicate the service block.

Constructors

 o TransferServiceException
  public TransferServiceException()
Empty constructor.
 o TransferServiceException
  public TransferServiceException(String mesg)
Constructor with a message as argument.
Parameters:
mesg - message

Methods

 o toString
  public String toString()
Prepend a label to indicate the service block.
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index