public class

CertificateExpiredException

extends CertificateException
java.lang.Object
   ? java.lang.Throwable
     ? java.lang.Exception
       ? java.security.GeneralSecurityException
         ? java.security.cert.CertificateException
           ? java.security.cert.CertificateExpiredException

类概述

The exception that is thrown when a Certificate has expired.

摘要

公有构造方法
CertificateExpiredException( String msg)
Creates a new CertificateExpiredException with the specified message.
CertificateExpiredException()
Creates a new CertificateExpiredException.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

公有构造方法

public CertificateExpiredException (String msg)

Since: API Level 1

Creates a new CertificateExpiredException with the specified message.

Parameters
msg the detail message for this exception

public CertificateExpiredException ()

Since: API Level 1

Creates a new CertificateExpiredException.