Package wt.access

Class MismatchedAccessControlRulesException

All Implemented Interfaces:
Serializable, LocalizableMessage, Message

public class MismatchedAccessControlRulesException extends AccessControlException implements Serializable
Thrown in situations where a policy access control rule to be deleted does not match the existing policy access control rule on the system. The exception will contain the set of access control rules specified for deletion whose permissions differed from those set on existing rules.

Supported API: true

Extendable: false
See Also:
  • Constructor Details

    • MismatchedAccessControlRulesException

      public MismatchedAccessControlRulesException()
      No argument constructor.

      Supported API: true
    • MismatchedAccessControlRulesException

      public MismatchedAccessControlRulesException(String msg)
      Constructor that takes a non-localized message as an argument.

      Supported API: true
      Parameters:
      msg - non-localized message
    • MismatchedAccessControlRulesException

      public MismatchedAccessControlRulesException(Exception e)
      Constructor that takes an exception as an argument. The exception can be retrieved using the getNestedException method.

      Supported API: true
      Parameters:
      e - exception
    • MismatchedAccessControlRulesException

      public MismatchedAccessControlRulesException(Exception e, String msg)
      Constructor that takes a non-localized message and an exception as arguments.

      Supported API: true
      Parameters:
      e - exception
      msg - non-localized message
    • MismatchedAccessControlRulesException

      public MismatchedAccessControlRulesException(Exception e, String rb, String key, Object[] params)
      Constructor that takes an exception, a resource bundle, a key and additional parameters to use in the localized message as arguments.

      Supported API: true
      Parameters:
      e - exception
      rb - resource bundle name
      key - resource bundle key
      params - parameters to use in the localized message