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