Class NoPermissionException

All Implemented Interfaces:
com.sun.identity.shared.locale.L10NMessage, Serializable

@SupportedAll public class NoPermissionException extends PolicyException
Exception thrown if a policy operation attempted could not be done due to insufficient permissions
See Also:
  • Constructor Details

    • 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