com.sun.identity.liberty.ws.dst
クラス DSTException

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

public class DSTException
extends Exception

The DSTException class represents a error while processing DST query/modify requests.

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

コンストラクタの概要
DSTException(String msg)
          Constructor with a message.
DSTException(Throwable t)
          Constructor with Throwable object.
 

コンストラクタの詳細

DSTException

public DSTException(Throwable t)
Constructor with Throwable object.


DSTException

public DSTException(String msg)
Constructor with a message.

パラメータ:
msg - exception message.