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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.identity.liberty.ws.security.SecurityTokenException
All Implemented Interfaces:
java.io.Serializable

public class SecurityTokenException
extends java.lang.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(java.lang.String s)
          Create an SecurityTokenException with a message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityTokenException

public SecurityTokenException()
Create an SecurityTokenException with no message.


SecurityTokenException

public SecurityTokenException(java.lang.String s)
Create an SecurityTokenException with a message.

Parameters:
s - message for the exception


Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.