|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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
| Field Summary |
|---|
| Fields inherited from class com.sun.identity.policy.PolicyException |
|---|
CONDITION_COLLECTION, ORGANIZATION, POLICY, REFERRAL_COLLECTION, REFERRAL_TYPE, RESPONSE_PROVIDER_COLLECTION, RULE, SERVICE, SUBJECT_TYPE, USER_COLLECTION |
| Constructor Summary | |
|---|---|
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 |
|
| Constructor Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||