Package org.apache.iceberg.hive
Class RuntimeMetaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.iceberg.hive.RuntimeMetaException
-
- All Implemented Interfaces:
java.io.Serializable
public class RuntimeMetaException extends java.lang.RuntimeException
Exception used to wrapMetaException
as aRuntimeException
and add context.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeMetaException(java.lang.Throwable throwable, java.lang.String message, java.lang.Object... args)
RuntimeMetaException(org.apache.hadoop.hive.metastore.api.MetaException cause)
RuntimeMetaException(org.apache.hadoop.hive.metastore.api.MetaException cause, java.lang.String message, java.lang.Object... args)
-
-
-
Constructor Detail
-
RuntimeMetaException
public RuntimeMetaException(org.apache.hadoop.hive.metastore.api.MetaException cause)
-
RuntimeMetaException
@FormatMethod public RuntimeMetaException(org.apache.hadoop.hive.metastore.api.MetaException cause, java.lang.String message, java.lang.Object... args)
-
RuntimeMetaException
@FormatMethod public RuntimeMetaException(java.lang.Throwable throwable, java.lang.String message, java.lang.Object... args)
-
-