mitreid-connect
公開メンバ関数 | 非公開変数類 | 静的非公開変数類 | 全メンバ一覧
org.mitre.oauth2.exception.DeviceCodeCreationException クラス
org.mitre.oauth2.exception.DeviceCodeCreationException の継承関係図
Inheritance graph
org.mitre.oauth2.exception.DeviceCodeCreationException 連携図
Collaboration graph

公開メンバ関数

 DeviceCodeCreationException (String error, String message)
 
String getError ()
 
void setError (String error)
 

非公開変数類

String error
 

静的非公開変数類

static final long serialVersionUID = 8078568710169208466L
 

詳解

著者
jricher

構築子と解体子

◆ DeviceCodeCreationException()

org.mitre.oauth2.exception.DeviceCodeCreationException.DeviceCodeCreationException ( String  error,
String  message 
)
inline
29  {
30  super(message);
31  this.error = error;
32  }
String error
Definition: DeviceCodeCreationException.java:27

関数詳解

◆ getError()

String org.mitre.oauth2.exception.DeviceCodeCreationException.getError ( )
inline
戻り値
the error
37  {
38  return error;
39  }
String error
Definition: DeviceCodeCreationException.java:27

◆ setError()

void org.mitre.oauth2.exception.DeviceCodeCreationException.setError ( String  error)
inline
引数
errorthe error to set
44  {
45  this.error = error;
46  }
String error
Definition: DeviceCodeCreationException.java:27

メンバ詳解

◆ error

String org.mitre.oauth2.exception.DeviceCodeCreationException.error
private

◆ serialVersionUID

final long org.mitre.oauth2.exception.DeviceCodeCreationException.serialVersionUID = 8078568710169208466L
staticprivate

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