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

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

public class RejectionResponseStatusException
extends ATSSException

タイムスタンプレスポンスに含まれる PKI ステータス情報が タイムスタンプリクエストの棄却を示しているときに発生する例外です。
この例外は、 PKI ステータス情報の PKI ステータスが 0 または 1 以外の値を含むときにスローされます。

RejectionResponseStatusException には、 PKI ステータス情報が含まれます。 この情報を取得するには、getPKIStatusInfo メソッドを使用します。

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

コンストラクタの概要
RejectionResponseStatusException(java.lang.String message, java.lang.Throwable cause, PKIStatusInfo status)
          指定した詳細メッセージ、原因および PKI ステータス情報を持つ RejectionResponseStatusException を作成します。
 
メソッドの概要
 PKIStatusInfo getPKIStatusInfo()
           PKI ステータス情報を返します。
 
クラス 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
 

コンストラクタの詳細

RejectionResponseStatusException

public RejectionResponseStatusException(java.lang.String message,
                                        java.lang.Throwable cause,
                                        PKIStatusInfo status)
指定した詳細メッセージ、原因および PKI ステータス情報を持つ RejectionResponseStatusException を作成します。

パラメータ:
message - 詳細メッセージ。存在しない場合は null。
cause - 原因。存在しない場合は null。
status - PKI ステータス情報。存在しない場合は null。
メソッドの詳細

getPKIStatusInfo

public PKIStatusInfo getPKIStatusInfo()
PKI ステータス情報を返します。

戻り値:
PKI ステータス情報。指定されていない場合は null。


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