keycloak-federation
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.freedesktop.dbus.exceptions.DBusExecutionException クラス
org.freedesktop.dbus.exceptions.DBusExecutionException の継承関係図
Inheritance graph
org.freedesktop.dbus.exceptions.DBusExecutionException 連携図
Collaboration graph

公開メンバ関数

 DBusExecutionException (String message)
 
void setType (String type)
 
String getType ()
 

非公開変数類

String type
 

詳解

An exception while running a remote method within DBus.

構築子と解体子

◆ DBusExecutionException()

org.freedesktop.dbus.exceptions.DBusExecutionException.DBusExecutionException ( String  message)
inline

Create an exception with the specified message

23  {
24  super(message);
25  }

関数詳解

◆ getType()

String org.freedesktop.dbus.exceptions.DBusExecutionException.getType ( )
inline

Get the DBus type of this exception. Use if this was an exception we don't have a class file for.

35  {
36  if (null == type) return getClass().getName();
37  else return type;
38  }
String type
Definition: DBusExecutionException.java:18

◆ setType()

void org.freedesktop.dbus.exceptions.DBusExecutionException.setType ( String  type)
inline
27  {
28  this.type = type;
29  }
String type
Definition: DBusExecutionException.java:18

メンバ詳解

◆ type

String org.freedesktop.dbus.exceptions.DBusExecutionException.type
private

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