com.sun.identity.policy
Class NoPermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.identity.policy.PolicyException
              extended by com.sun.identity.policy.NoPermissionException

public class NoPermissionException
extends PolicyException

Exception thrown if a policy operation attempted could not be done due to insufficient permissions

See Also:
Serialized Form

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

NoPermissionException

public NoPermissionException()
No argument constructor


NoPermissionException

public NoPermissionException(String msg)
Constructor

Parameters:
msg - exception message

NoPermissionException

public NoPermissionException(String rbName,
                             String errCode,
                             Object[] args)
Constructor

Parameters:
rbName - Resource bundle name of exception message
errCode - id used with resource bundle to get error message
args - any arguments for message formatting. null if no additional arguments are necessary

NoPermissionException

public NoPermissionException(String rbName,
                             String errCode,
                             Object[] args,
                             Throwable t)
Constructor

Parameters:
rbName - Resource bundle name of exception message
errCode - id used with resource bundle to get error message
args - any arguments for message formatting. null if no additional arguments are necessary
t - nested root cause exception

NoPermissionException

public NoPermissionException(Throwable t)
Constructor

Parameters:
t - nested root cause exception