All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.certificate.CertificateException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.certificate.CertificateManException
                           |
                           +----semper.certificate.CertificateException

public class CertificateException
extends CertificateManException
This class defines the interface for Exception providing the exceptions thrown by modules.

Author:
Thomas Juergensen ([email protected])

Constructor Index

 o CertificateException()
Creates a CertificateException
 o CertificateException(String)
Create a CertificateManException with a detailed message.

Method Index

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

Constructors

 o CertificateException
 public CertificateException()
Creates a CertificateException

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

Parameters:
s - the detailed message.

Methods

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

Returns:
the string in teh exception
Overrides:
toString in class CertificateManException

All Packages  Class Hierarchy  This Package  Previous  Next  Index