com.sun.identity.liberty.ws.security
クラス SecurityTokenException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 com.sun.identity.liberty.ws.security.SecurityTokenException

public class SecurityTokenException
extends Exception

This class is an extension point for all security authority related exceptions.

関連項目:
直列化された形式

コンストラクタの概要
SecurityTokenException()
          Create an SecurityTokenException with no message.
SecurityTokenException(String s)
          Create an SecurityTokenException with a message. : *
 

コンストラクタの詳細

SecurityTokenException

public SecurityTokenException()
Create an SecurityTokenException with no message.


SecurityTokenException

public SecurityTokenException(String s)
Create an SecurityTokenException with a message. : *

パラメータ:
s - message for the exception