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])
-
CertificateException()
- Creates a CertificateException
-
CertificateException(String)
- Create a CertificateManException with a detailed message.
-
toString()
- Convert to a human-readable form.
CertificateException
public CertificateException()
- Creates a CertificateException
CertificateException
public CertificateException(String s)
- Create a CertificateManException with a detailed message.
- Parameters:
- s - the detailed message.
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