Class TagAlreadyExistsException

All Implemented Interfaces:
Serializable

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

    • TagAlreadyExistsException

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

      @FormatMethod public TagAlreadyExistsException(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.