org.eclipse.higgins.icard.provider.cardspace.common
Class CertificateNotValidException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.icard.CardException
              extended byorg.eclipse.higgins.icard.io.CardIOException
                  extended byorg.eclipse.higgins.icard.provider.cardspace.common.CertificateNotValidException
All Implemented Interfaces:
Serializable

public class CertificateNotValidException
extends org.eclipse.higgins.icard.io.CardIOException

See Also:
Serialized Form

Constructor Summary
CertificateNotValidException(String message)
           
CertificateNotValidException(String message, Throwable cause)
           
CertificateNotValidException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CertificateNotValidException

public CertificateNotValidException(String message)

CertificateNotValidException

public CertificateNotValidException(String message,
                                    Throwable cause)

CertificateNotValidException

public CertificateNotValidException(Throwable cause)