All Packages Class Hierarchy This Package Previous Next Index
Class semper.certificate.CertificateManException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----semper.certificate.CertificateManException
- public class CertificateManException
- extends Exception
Implements the exceptions needed by the certificate manager.
-
CertificateManException()
- Creates a CertificateManException..
-
CertificateManException(String)
- Create a CertificateManException with a detailed message.
-
toString()
- Convert to a human-readable form.
CertificateManException
public CertificateManException()
- Creates a CertificateManException..
CertificateManException
public CertificateManException(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 message describing the exception
- Overrides:
- toString in class Throwable
All Packages Class Hierarchy This Package Previous Next Index