Class CommitFailedException

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

public class CommitFailedException extends RuntimeException implements CleanableFailure
Exception raised when a commit fails because of out of date metadata.
See Also:
  • Constructor Details

    • CommitFailedException

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

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

      public CommitFailedException(Throwable cause)