com.sun.identity.wss.provider
Class ProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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).

See Also:
Serialized Form

Constructor Summary
ProviderException()
          Create an ProviderException with no message.
ProviderException(String s)
          Create an ProviderException with a message.
 

Constructor Detail

ProviderException

public ProviderException()
Create an ProviderException with no message.


ProviderException

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

Parameters:
s - message for the exception