Package 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
-
-
Field Summary
Fields Modifier and Type Field Description static String
INVALID_SECURITY_TOKEN
-
Constructor Summary
Constructors Constructor Description SecurityTokenException(String message)
SecurityTokenException(String message, Throwable cause)
SecurityTokenException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
INVALID_SECURITY_TOKEN
public static final String INVALID_SECURITY_TOKEN
- See Also:
- Constant Field Values
-
-