All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.certificate.CAServerException

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

public class CAServerException
extends Exception

Constructor Index

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

Method Index

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

Constructors

 o CAServerException
 public CAServerException()
Creates a CAServerException

 o CAServerException
 public CAServerException(String s)
Create a CAServerException 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 Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index