jp.co.amano.etiming.atss3161
クラス TSACertificateNotFoundException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張jp.co.amano.etiming.atss3161.ATSSException
              拡張jp.co.amano.etiming.atss3161.TSTFieldVerificationException
                  拡張jp.co.amano.etiming.atss3161.TSACertificateNotFoundException
すべての実装インタフェース:
java.io.Serializable

public class TSACertificateNotFoundException
extends TSTFieldVerificationException

TSA証明書が存在しなければならない状況で存在しないことを示す例外です。

関連項目:
直列化された形式

コンストラクタの概要
TSACertificateNotFoundException(java.lang.String message, java.lang.Throwable cause)
          指定した詳細メッセージおよび原因を持つ TSACertificateNotFoundException を作成します。
 
クラス jp.co.amano.etiming.atss3161.ATSSException から継承したメソッド
getCause
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

TSACertificateNotFoundException

public TSACertificateNotFoundException(java.lang.String message,
                                       java.lang.Throwable cause)
指定した詳細メッセージおよび原因を持つ TSACertificateNotFoundException を作成します。

パラメータ:
message - 詳細メッセージ。存在しない場合は null。
cause - 原因。存在しない場合は null。


Copyright(C) 2005-2006 AMANO Corporation. All Rights Reserved.