|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sun.identity.policy.ChainedException
|
+--com.sun.identity.policy.PolicyException
|
+--com.sun.identity.policy.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, RULE, SERVICE, USER_COLLECTION |
| Constructor Summary | |
NoPermissionException()
No argument constructor |
|
NoPermissionException(java.lang.String msg)
Constructor |
|
NoPermissionException(java.lang.String rbName,
java.lang.String errCode,
java.lang.Object[] args)
Constructor |
|
NoPermissionException(java.lang.String rbName,
java.lang.String errCode,
java.lang.Object[] args,
java.lang.Throwable t)
Constructor |
|
NoPermissionException(java.lang.Throwable t)
Constructor |
|
| Methods inherited from class com.sun.identity.policy.PolicyException |
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NoPermissionException()
public NoPermissionException(java.lang.String msg)
msg - exception message
public NoPermissionException(java.lang.String rbName,
java.lang.String errCode,
java.lang.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(java.lang.String rbName,
java.lang.String errCode,
java.lang.Object[] args,
java.lang.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(java.lang.Throwable t)
t - nested root cause exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||