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:
Serializable
Exception used to wrap
MetaException
as a RuntimeException
and add context.- See Also:
-
Constructor Summary
ConstructorDescriptionRuntimeMetaException
(Throwable throwable, String message, Object... args) RuntimeMetaException
(org.apache.hadoop.hive.metastore.api.MetaException cause) RuntimeMetaException
(org.apache.hadoop.hive.metastore.api.MetaException cause, String message, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuntimeMetaException
public RuntimeMetaException(org.apache.hadoop.hive.metastore.api.MetaException cause) -
RuntimeMetaException
-
RuntimeMetaException
-