gluu
公開メンバ関数 | 全メンバ一覧
org.gluu.oxtrust.exception.PersonRequiredFieldsException クラス
org.gluu.oxtrust.exception.PersonRequiredFieldsException の継承関係図
Inheritance graph
org.gluu.oxtrust.exception.PersonRequiredFieldsException 連携図
Collaboration graph

公開メンバ関数

 PersonRequiredFieldsException ()
 
 PersonRequiredFieldsException (String message)
 

詳解

著者
Val Pecaoco

構築子と解体子

◆ PersonRequiredFieldsException() [1/2]

org.gluu.oxtrust.exception.PersonRequiredFieldsException.PersonRequiredFieldsException ( )
inline

Constructs a new exception with

null

as its detail message. The cause is not initialized, and may subsequently be initialized by a call to initCause.

18  {
19  super();
20  }

◆ PersonRequiredFieldsException() [2/2]

org.gluu.oxtrust.exception.PersonRequiredFieldsException.PersonRequiredFieldsException ( String  message)
inline

Constructs a new exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to initCause.

引数
messagethe detail message. The detail message is saved for later retrieval by the getMessage() method.
30  {
31  super(message);
32  }

このクラス詳解は次のファイルから抽出されました: