CDC 1.1.2

java.security
クラス GeneralSecurityException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.security.GeneralSecurityException
すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
CertificateException, DigestException, InvalidAlgorithmParameterException, KeyException, NoSuchAlgorithmException, NoSuchProviderException, SignatureException

public class GeneralSecurityException
extends Exception

GeneralSecurityException クラスは総称セキュリティー例外クラスであり、このクラスを拡張するすべてのセキュリティー関連例外クラスに対して型保証を提供します。

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

コンストラクタの概要
GeneralSecurityException()
          詳細メッセージを指定しないで GeneralSecurityException を構築します。
GeneralSecurityException(String msg)
          指定された詳細メッセージを持つ GeneralSecurityException を構築します。
 
メソッドの概要
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

GeneralSecurityException

public GeneralSecurityException()
詳細メッセージを指定しないで GeneralSecurityException を構築します。


GeneralSecurityException

public GeneralSecurityException(String msg)
指定された詳細メッセージを持つ GeneralSecurityException を構築します。詳細メッセージとは、この例外を記述する String です。

パラメータ:
msg - 詳細メッセージ

CDC 1.1.2

Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use of this specification is subject to license terms.