Class PolicyAlreadyExistsException

All Implemented Interfaces:
Serializable

public class PolicyAlreadyExistsException extends AlreadyExistsException
Exception thrown when a policy with specified name already exists.
See Also:
  • Constructor Details

    • PolicyAlreadyExistsException

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

      @FormatMethod public PolicyAlreadyExistsException(Throwable cause, @FormatString 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.