Package com.sun.identity.policy
Class NoPermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.identity.policy.PolicyException
com.sun.identity.policy.NoPermissionException
- All Implemented Interfaces:
com.sun.identity.shared.locale.L10NMessage,Serializable
Exception thrown if a policy operation attempted could not be
done due to insufficient permissions
- See Also:
-
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
ConstructorsConstructorDescriptionNo argument constructorConstructorNoPermissionException(String rbName, String errCode, Object[] args) ConstructorNoPermissionException(String rbName, String errCode, Object[] args, Throwable t) ConstructorConstructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
NoPermissionException
public NoPermissionException()No argument constructor -
NoPermissionException
Constructor- Parameters:
msg- exception message
-
NoPermissionException
Constructor- Parameters:
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
-
NoPermissionException
Constructor- Parameters:
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 exception
-
NoPermissionException
Constructor- Parameters:
t- nested root cause exception
-