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:
Serializable

public class SecurityTokenException
extends XWSSecurityException

The root class for Security Token Exceptions.

Author:
Manveen Kaur
See Also:
Serialized Form

Field Summary
static String INVALID_SECURITY_TOKEN
           
 
Constructor Summary
SecurityTokenException(String message)
           
SecurityTokenException(String message, Throwable cause)
           
SecurityTokenException(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 String INVALID_SECURITY_TOKEN
See Also:
Constant Field Values
Constructor Detail

SecurityTokenException

public SecurityTokenException(String message)

SecurityTokenException

public SecurityTokenException(String message,
                              Throwable cause)

SecurityTokenException

public SecurityTokenException(Throwable cause)


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