Package org.apache.iceberg.exceptions
Class AlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iceberg.exceptions.AlreadyExistsException
- All Implemented Interfaces:
- Serializable
Exception raised when attempting to create a table that already exists.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionAlreadyExistsException(String message, Object... args) AlreadyExistsException(Throwable cause, String message, Object... args) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AlreadyExistsException
- 
AlreadyExistsException
 
-