com.sun.identity.federation.common
クラス FederationException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 com.sun.identity.federation.common.FederationException

public class FederationException
extends Exception

This class is the public exception class that Federation Manager exposes.

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

コンストラクタの概要
FederationException()
          Constructs a FederationException with no details.
FederationException(String message)
          Constructs a FederationException with a detailed message.
 

コンストラクタの詳細

FederationException

public FederationException(String message)
Constructs a FederationException with a detailed message.

パラメータ:
message - Detailed message for this exception.

FederationException

public FederationException()
Constructs a FederationException with no details.