All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.certappl.SCertApplException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.certappl.SCertApplException

public class SCertApplException
extends Exception
Implements the exceptions needed by the certification application at server site.


Constructor Index

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

Method Index

 o toString()
Convert to a human-readable form.

Constructors

 o SCertApplException
 public SCertApplException()
Creates a SCertApplException..

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

Parameters:
s - the detailed message.

Methods

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

Returns:
the message describing the exception
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index