All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.commerce.QualityException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.commerce.CommerceException
                           |
                           +----semper.commerce.QualityException

public class QualityException
extends CommerceException
This exception is thrown if the quality attributes specified by two peers for a single deal or transaction are incompatible.

Version:
$Id: QualityException.java,v 1.1 1998/03/03 11:56:23 semper Exp $
Author:
Rolf Michelsen, Stig Mj�lsnes

Constructor Index

 o QualityException(int)
Creates a quality exception without a descriptive message.
 o QualityException(int, String)
Creates a quality exception with a descriptive message.

Constructors

 o QualityException
 public QualityException(int condition)
Creates a quality exception without a descriptive message. An exception condition code must be specified to indicate the reason for the exception. This parameter can take one of the code values predefined by this class.

Parameters:
condition - The exception condition code.
 o QualityException
 public QualityException(int condition,
                         String message)
Creates a quality exception with a descriptive message. An exception condition code must be specified to indicate the reason for the exception. This parameter can take one of the code values predefined by the class.

Parameters:
condition - The exception condition code.
message - A message with information about the exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index