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
-
SignatureException()
- Creates a SignatureException.
-
SignatureException(String)
- Create a SignatureException with a detailed message.
-
toString()
- Convert to a human-readable form
SignatureException
public SignatureException()
- Creates a SignatureException.
SignatureException
public SignatureException(String s)
- Create a SignatureException with a detailed message.
- Parameters:
- s - the detailed message.
toString
public String toString()
- Convert to a human-readable form
- Overrides:
- toString in class StatementManException
All Packages Class Hierarchy This Package Previous Next Index