Class UncheckedInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iceberg.jdbc.UncheckedInterruptedException
All Implemented Interfaces:
Serializable

public class UncheckedInterruptedException extends RuntimeException
See Also:
  • Constructor Details

    • UncheckedInterruptedException

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

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