public class

HBaseServiceException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.mule.module.hbase.api.HBaseServiceException

Class Overview

Wrapper for every checked exception throw by the HBase RPC client

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.lang.RuntimeException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
HBaseServiceException(Throwable e)
Creates the HBaseServiceException.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -5576324163271302491 (0xb29ceab7d7c962a5)

Public Constructors

public HBaseServiceException (Throwable e)

Creates the HBaseServiceException.

Parameters
e