Package org.apache.iceberg.jdbc
Class UncheckedInterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.iceberg.jdbc.UncheckedInterruptedException
-
- All Implemented Interfaces:
java.io.Serializable
public class UncheckedInterruptedException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedInterruptedException(java.lang.String message, java.lang.Object... args)
UncheckedInterruptedException(java.lang.Throwable cause, java.lang.String message, java.lang.Object... args)
-
-
-
Constructor Detail
-
UncheckedInterruptedException
@FormatMethod public UncheckedInterruptedException(java.lang.String message, java.lang.Object... args)
-
UncheckedInterruptedException
@FormatMethod public UncheckedInterruptedException(java.lang.Throwable cause, java.lang.String message, java.lang.Object... args)
-
-