Package org.apache.drill.common.util
Class DrillExceptionUtil
java.lang.Object
org.apache.drill.common.util.DrillExceptionUtil
Utility class which contain methods for conversion Drill ProtoBuf Error and Throwable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Throwable
getThrowable
(UserBitShared.ExceptionWrapper exceptionWrapper) Recreate throwable from exception protoBuf which received from remote or local node.
-
Constructor Details
-
DrillExceptionUtil
public DrillExceptionUtil()
-
-
Method Details