Package org.apache.iceberg.exceptions
Class CommitFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iceberg.exceptions.CommitFailedException
- All Implemented Interfaces:
- Serializable,- CleanableFailure
Exception raised when a commit fails because of out of date metadata.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCommitFailedException(String message, Object... args) CommitFailedException(Throwable cause) CommitFailedException(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- 
CommitFailedException
- 
CommitFailedException
- 
CommitFailedException
 
-