Class PublishFailedException

Object
Throwable
Exception
RuntimeException
io.delta.kernel.commit.PublishFailedException
All Implemented Interfaces:
Serializable

public class PublishFailedException extends RuntimeException
Exception thrown when publishing catalog commits to the Delta log fails.
See Also:
  • Constructor Details

    • PublishFailedException

      public PublishFailedException(String message)
      Constructs a new PublishFailedException with the specified detail message.
      Parameters:
      message - the detail message
    • PublishFailedException

      public PublishFailedException(String message, Throwable cause)
      Constructs a new PublishFailedException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception