Class semper.util.msgtools.NegotiationException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.util.msgtools.NegotiationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.util.msgtools.NegotiationException

public class NegotiationException
extends Exception
Generic exception class for negotiations
Version:
$Revision: 1.1 $ $Date: 1996/06/03 13:41:01 $
Author:
N. Asokan ([email protected])

Constructor Index

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

Method Index

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

Constructors

 o NegotiationException
  public NegotiationException()
Constructor.
 o NegotiationException
  public NegotiationException(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