public class TestIPCUtil extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
Constructor and Description |
---|
TestIPCUtil() |
Modifier and Type | Method and Description |
---|---|
private static Throwable |
create(Class<? extends Throwable> clazz) |
void |
testExecute() |
void |
testWrapConnectionException()
See HBASE-21862, it is important to keep original exception type for connection exceptions.
|
public static final HBaseClassTestRule CLASS_RULE
public TestIPCUtil()
private static Throwable create(Class<? extends Throwable> clazz) throws InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchMethodException
public void testWrapConnectionException() throws Exception
Exception
public void testExecute() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.