Class semper.certificate.CertificateException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.certificate.CertificateException

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

public class CertificateException
extends Exception
Implements the interface for CertificateManException
Author:
Thomas Juergensen ([email protected])

Constructor Index

 o CertificateException()
Creates a CertificateManException long description with pre/post-conditions etc follows here
 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 CertificateManException long description with pre/post-conditions etc follows here
Parameters:
parameter-name - description
Returns:
return_value-description
Throws: fully-qualified-class-name
description
 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
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index