com.sun.identity.wss.provider
クラス ProviderException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 com.sun.identity.wss.provider.ProviderException

public class ProviderException
extends Exception

This class ProviderException represents the Exception that can be thrown for any errors in accessing any provider configuration (Web Services Client, Web Services Provider, STS client or Discovery client).

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

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

コンストラクタの詳細

ProviderException

public ProviderException()
Create an ProviderException with no message.


ProviderException

public ProviderException(String s)
Create an ProviderException with a message.

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