com.sun.identity.wss.sts
Class FAMSTSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.identity.wss.sts.FAMSTSException

public class FAMSTSException
extends Exception

This class FAMSTSException is used to generate the exceptions during failures for generating or handling Security tokens via Security Token Service.

See Also:
Serialized Form

Constructor Summary
FAMSTSException()
          Create an SecurityException with no message.
FAMSTSException(String message)
          Create an SecurityException with a message.
 

Constructor Detail

FAMSTSException

public FAMSTSException()
Create an SecurityException with no message.


FAMSTSException

public FAMSTSException(String message)
Create an SecurityException with a message.

Parameters:
message - message for the exception