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 SummaryConstructorsConstructorDescriptionRuntimeMetaException(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 SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
RuntimeMetaExceptionpublic RuntimeMetaException(org.apache.hadoop.hive.metastore.api.MetaException cause) 
- 
RuntimeMetaException
- 
RuntimeMetaException
 
-