public class NoPermissionException extends PolicyException
CONDITION_COLLECTION, ORGANIZATION, POLICY, REFERRAL_COLLECTION, REFERRAL_TYPE, RESPONSE_PROVIDER_COLLECTION, RULE, SERVICE, SUBJECT_TYPE, USER_COLLECTION
Constructor and Description |
---|
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 messagepublic 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 necessarypublic 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 exceptionCopyright © 2010-2013, ForgeRock All Rights Reserved.