Package org.apache.hadoop.hbase.ipc
Class TestIPCUtil
java.lang.Object
org.apache.hadoop.hbase.ipc.TestIPCUtil
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static Throwable
void
void
void
See HBASE-21862, it is important to keep original exception type for connection exceptions.
-
Field Details
-
CLASS_RULE
-
-
Constructor Details
-
TestIPCUtil
public TestIPCUtil()
-
-
Method Details
-
create
private static Throwable create(Class<? extends Throwable> clazz) throws InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchMethodException -
testWrapConnectionException
See HBASE-21862, it is important to keep original exception type for connection exceptions.- Throws:
Exception
-
testExecute
- Throws:
Exception
-
testIsFatalConnectionException
-