Class AlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iceberg.exceptions.AlreadyExistsException
All Implemented Interfaces:
Serializable

public class AlreadyExistsException extends RuntimeException
Exception raised when attempting to create a table that already exists.
See Also:
  • Constructor Details

    • AlreadyExistsException

      @FormatMethod public AlreadyExistsException(String message, Object... args)
    • AlreadyExistsException

      @FormatMethod public AlreadyExistsException(Throwable cause, String message, Object... args)