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])
-
TransferServiceException()
- Empty constructor.
-
TransferServiceException(String)
- Constructor with a message as argument.
-
toString()
- Prepend a label to indicate the service block.
TransferServiceException
public TransferServiceException()
- Empty constructor.
TransferServiceException
public TransferServiceException(String mesg)
- Constructor with a message as argument.
- Parameters:
- mesg - message
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