|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception jp.go.nict.langrid.dao.DaoException jp.go.nict.langrid.dao.FederationAlreadyExistsException
public class FederationAlreadyExistsException
指定された連携関係が既に存在している場合に投げられる例外
コンストラクタの概要 | |
---|---|
FederationAlreadyExistsException(String sourceGridId,
String targetGridId)
コンストラクタ。 |
|
FederationAlreadyExistsException(String sourceGridId,
String targetGridId,
Throwable cause)
コンストラクタ。 |
メソッドの概要 | |
---|---|
String |
getSourceGridId()
連携元グリッドIDを取得する。 |
String |
getTargetGridId()
連携先グリッドIDを取得する。 |
クラス java.lang.Throwable から継承されたメソッド |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public FederationAlreadyExistsException(String sourceGridId, String targetGridId)
sourceGridId
- 連携元グリッドIDtargetGridId
- 連携先グリッドIDpublic FederationAlreadyExistsException(String sourceGridId, String targetGridId, Throwable cause)
sourceGridId
- 連携元グリッドIDtargetGridId
- 連携先グリッドIDcause
- 原因となった例外メソッドの詳細 |
---|
public String getSourceGridId()
public String getTargetGridId()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |