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

公開メンバ関数

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

詳解

Thrown if a DBus action is called when not connected to the Bus.

構築子と解体子

◆ NotConnected()

org.freedesktop.dbus.exceptions.NotConnected.NotConnected ( String  message)
inline
18  {
19  super(message);
20  }

関数詳解

◆ getType()

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

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)
inlineinherited
27  {
28  this.type = type;
29  }
String type
Definition: DBusExecutionException.java:18

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