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

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

public class FSRemoteException
extends Exception

This class is an extension point for IDFF related exceptions.

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

コンストラクタの概要
FSRemoteException()
          Creates an FSRemoteException with no message.
FSRemoteException(String s)
          Creates an FSRemoteException with a message.
 

コンストラクタの詳細

FSRemoteException

public FSRemoteException()
Creates an FSRemoteException with no message.


FSRemoteException

public FSRemoteException(String s)
Creates an FSRemoteException with a message.

パラメータ:
s - exception message.