Class semper.commlayer.CLException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.commlayer.CLException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.commlayer.CLException

public class CLException
extends Exception
Generic exception class for the commerce layer.
Version:
$Revision: 1.2 $ $Date: 1996/08/29 14:54:18 $
Author:
Ulrich Einig ([email protected]), Karsten Riede ([email protected])

Constructor Index

 o CLException()
Constructor.
 o CLException(String)
Constructor with a message as argument.

Method Index

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

Constructors

 o CLException
  public CLException()
Constructor. long description with pre/post-conditions etc follows here
 o CLException
  public CLException(String error_message)
Constructor with a message as argument. long description with pre/post-conditions etc follows here
Parameters:
mesg - Exception message

Methods

 o toString
  public String toString()
Prepend a label to indicate the service block. long description with pre/post-conditions etc follows here
Returns:
returns Error status of order methods
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index