javax.security.cert
Class CertificateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.security.GeneralSecurityException
                    |
                    +--java.security.cert.CertificateException
                          |
                          +--javax.security.cert.CertificateException

public class CertificateException
extends java.security.cert.CertificateException

Exception class CertificateException signals that XXX

Version:
$Revision: 1.1 $
Author:
Andrei Popovici
See Also:
Serialized Form

Constructor Summary
CertificateException()
          Constructs an CertificateException with no detail message.
CertificateException(java.lang.String s)
          Constructs an CertificateException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CertificateException

public CertificateException()
Constructs an CertificateException with no detail message.

CertificateException

public CertificateException(java.lang.String s)
Constructs an CertificateException with the specified detail message.