com.sun.identity.policy
クラス NoPermissionException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 com.sun.identity.policy.PolicyException
              上位を拡張 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

関連項目:
直列化された形式

フィールドの概要
 
クラス com.sun.identity.policy.PolicyException から継承されたフィールド
CONDITION_COLLECTION, ORGANIZATION, POLICY, REFERRAL_COLLECTION, REFERRAL_TYPE, RESPONSE_PROVIDER_COLLECTION, RULE, SERVICE, SUBJECT_TYPE, USER_COLLECTION
 
コンストラクタの概要
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
 

コンストラクタの詳細

NoPermissionException

public NoPermissionException()
No argument constructor


NoPermissionException

public NoPermissionException(String msg)
Constructor

パラメータ:
msg - exception message

NoPermissionException

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

パラメータ:
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

パラメータ:
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

パラメータ:
t - nested root cause exception