com.sun.identity.wss.security
クラス SecurityException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 com.sun.identity.wss.security.SecurityException

public class SecurityException
extends Exception

This class SecurityException is used to generate the exceptions during failures for generating or handing Web Services Security classes or functionalities.

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

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

コンストラクタの詳細

SecurityException

public SecurityException()
Create an SecurityException with no message.


SecurityException

public SecurityException(String message)
Create an SecurityException with a message.

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