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