Class RuntimeMetaException

All Implemented Interfaces:
Serializable

public class RuntimeMetaException extends RuntimeException
Exception used to wrap MetaException as a RuntimeException and add context.
See Also:
  • Constructor Details

    • RuntimeMetaException

      public RuntimeMetaException(org.apache.hadoop.hive.metastore.api.MetaException cause)
    • RuntimeMetaException

      @FormatMethod public RuntimeMetaException(org.apache.hadoop.hive.metastore.api.MetaException cause, String message, Object... args)
    • RuntimeMetaException

      @FormatMethod public RuntimeMetaException(Throwable throwable, String message, Object... args)