com.sun.identity.wss.sts
クラス FAMSTSException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 com.sun.identity.wss.sts.FAMSTSException

public class FAMSTSException
extends Exception

This class FAMSTSException is used to generate the exceptions during failures for generating or handling Security tokens via Security Token Service.

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

コンストラクタの概要
FAMSTSException()
          Create an SecurityException with no message.
FAMSTSException(String message)
          Create an SecurityException with a message.
 

コンストラクタの詳細

FAMSTSException

public FAMSTSException()
Create an SecurityException with no message.


FAMSTSException

public FAMSTSException(String message)
Create an SecurityException with a message.

パラメータ:
message - message for the exception