Class PolicyAlreadyAssociatedException

All Implemented Interfaces:
Serializable

public class PolicyAlreadyAssociatedException extends AlreadyExistsException
Exception thrown when a policy with specified name is already associated with a metadata object.
See Also:
  • Constructor Details

    • PolicyAlreadyAssociatedException

      @FormatMethod public PolicyAlreadyAssociatedException(String message, Object... args)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
      args - the arguments to the message.
    • PolicyAlreadyAssociatedException

      @FormatMethod public PolicyAlreadyAssociatedException(Throwable cause, String message, Object... args)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      cause - the cause.
      message - the detail message.
      args - the arguments to the message.