com.sun.xml.wss.impl
Class SecurityTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.xml.wss.XWSSecurityException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
INVALID_SECURITY_TOKEN
public static final String INVALID_SECURITY_TOKEN
- See Also:
- Constant Field Values
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.