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

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