com.sun.xml.wss.impl
Class SecurityTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.xml.wss.XWSSecurityException
              extended by com.sun.xml.wss.impl.SecurityTokenException
All Implemented Interfaces:
java.io.Serializable

public class SecurityTokenException
extends XWSSecurityException

The root class for Security Token Exceptions.

Author:
Manveen Kaur
See Also:
Serialized Form

Field Summary
static java.lang.String INVALID_SECURITY_TOKEN
           
 
Constructor Summary
SecurityTokenException(java.lang.String message)
           
SecurityTokenException(java.lang.String message, java.lang.Throwable cause)
           
SecurityTokenException(java.lang.Throwable cause)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INVALID_SECURITY_TOKEN

public static final java.lang.String INVALID_SECURITY_TOKEN
See Also:
Constant Field Values
Constructor Detail

SecurityTokenException

public SecurityTokenException(java.lang.String message)

SecurityTokenException

public SecurityTokenException(java.lang.String message,
                              java.lang.Throwable cause)

SecurityTokenException

public SecurityTokenException(java.lang.Throwable cause)


Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.