|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.identity.policy.PolicyException
com.sun.identity.policy.ObjectInUseException
public class ObjectInUseException
Exception thrown to indicate that an object you are trying to remove is in use and therefore can not be removed.
| フィールドの概要 |
|---|
| クラス com.sun.identity.policy.PolicyException から継承されたフィールド |
|---|
CONDITION_COLLECTION, ORGANIZATION, POLICY, REFERRAL_COLLECTION, REFERRAL_TYPE, RESPONSE_PROVIDER_COLLECTION, RULE, SERVICE, SUBJECT_TYPE, USER_COLLECTION |
| コンストラクタの概要 | |
|---|---|
ObjectInUseException(String msg,
String name,
Object user)
Constructs an ObjectInUseException object |
|
ObjectInUseException(String rbName,
String errCode,
Object[] args,
String name,
Object user)
Constructs an ObjectInUseException object |
|
ObjectInUseException(String rbName,
String errCode,
Object[] args,
Throwable t,
String name,
Object user)
Constructs an ObjectInUseException object |
|
ObjectInUseException(Throwable t,
String name,
Object user)
Constructs an ObjectInUseException object |
|
| メソッドの概要 | |
|---|---|
String |
getName()
Gets the name that is in use. |
| コンストラクタの詳細 |
|---|
public ObjectInUseException(String msg,
String name,
Object user)
ObjectInUseException object
msg - exception messagename - name of the object that is in useuser - object that is using the object you are trying to remove
public ObjectInUseException(String rbName,
String errCode,
Object[] args,
String name,
Object user)
ObjectInUseException object
rbName - Resource bundle name of exception messageerrCode - id used with resource bundle to get error messageargs - any arguments for message formatting. null if no
additional arguments are necessaryname - name of the object that is in useuser - object that is using the object you are trying to remove
public ObjectInUseException(String rbName,
String errCode,
Object[] args,
Throwable t,
String name,
Object user)
ObjectInUseException object
rbName - Resource bundle name of exception messageerrCode - id used with resource bundle to get error messageargs - any arguments for message formatting. null if no
additional arguments are necessaryt - nested root cause exceptionname - name of the object that is in useuser - object that is using the object you are trying to remove
public ObjectInUseException(Throwable t,
String name,
Object user)
ObjectInUseException object
t - nested root cause exceptionname - name of the object that is in useuser - object that is using the object you are trying to remove| メソッドの詳細 |
|---|
public String getName()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||