|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.identity.policy.PolicyException
com.sun.identity.policy.NoPermissionException
public class NoPermissionException
Exception thrown if a policy operation attempted could not be done due to insufficient permissions
| フィールドの概要 |
|---|
| クラス com.sun.identity.policy.PolicyException から継承されたフィールド |
|---|
CONDITION_COLLECTION, ORGANIZATION, POLICY, REFERRAL_COLLECTION, REFERRAL_TYPE, RESPONSE_PROVIDER_COLLECTION, RULE, SERVICE, SUBJECT_TYPE, USER_COLLECTION |
| コンストラクタの概要 | |
|---|---|
NoPermissionException()
No argument constructor |
|
NoPermissionException(String msg)
Constructor |
|
NoPermissionException(String rbName,
String errCode,
Object[] args)
Constructor |
|
NoPermissionException(String rbName,
String errCode,
Object[] args,
Throwable t)
Constructor |
|
NoPermissionException(Throwable t)
Constructor |
|
| コンストラクタの詳細 |
|---|
public NoPermissionException()
public NoPermissionException(String msg)
msg - exception message
public NoPermissionException(String rbName,
String errCode,
Object[] args)
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 necessary
public NoPermissionException(String rbName,
String errCode,
Object[] args,
Throwable t)
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 exceptionpublic NoPermissionException(Throwable t)
t - nested root cause exception
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||