Class PartitionAlreadyExistsException

All Implemented Interfaces:
Serializable

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

    • PartitionAlreadyExistsException

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

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