com.sun.identity.liberty.ws.security
Class SecurityTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.identity.liberty.ws.security.SecurityTokenException

public class SecurityTokenException
extends Exception

This class is an extension point for all security authority related exceptions.

See Also:
Serialized Form

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

Constructor Detail

SecurityTokenException

public SecurityTokenException()
Create an SecurityTokenException with no message.


SecurityTokenException

public SecurityTokenException(String s)
Create an SecurityTokenException with a message. : *

Parameters:
s - message for the exception