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 com.sun.xml.wss.XWSSecurityException
The root class for Security Token Exceptions.
Author:
Manveen Kaur
See Also:
  • Field Details

  • Constructor Details

    • SecurityTokenException

      public SecurityTokenException(String message)
    • SecurityTokenException

      public SecurityTokenException(String message, Throwable cause)
    • SecurityTokenException

      public SecurityTokenException(Throwable cause)