All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.statement.SignatureException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.statement.StatementManException
                           |
                           +----semper.statement.SignatureException

public class SignatureException
extends StatementManException
Implements the exceptions used by the Statement service block.

Version:
$Revision: 1.1 $ $Date: 1997/11/12 14:35:31 $
Author:
Thomas Sepstrup Nielsen ([email protected])
See Also:
Statement

Constructor Index

 o SignatureException()
Creates a SignatureException.
 o SignatureException(String)
Create a SignatureException with a detailed message.

Method Index

 o toString()
Convert to a human-readable form

Constructors

 o SignatureException
 public SignatureException()
Creates a SignatureException.

 o SignatureException
 public SignatureException(String s)
Create a SignatureException with a detailed message.

Parameters:
s - the detailed message.

Methods

 o toString
 public String toString()
Convert to a human-readable form

Overrides:
toString in class StatementManException

All Packages  Class Hierarchy  This Package  Previous  Next  Index