Package org.apache.storm.utils
Class WrappedDRPCExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.storm.thrift.TException
org.apache.storm.generated.DRPCExecutionException
org.apache.storm.utils.WrappedDRPCExecutionException
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<DRPCExecutionException>
,org.apache.storm.thrift.TBase<DRPCExecutionException,
,DRPCExecutionException._Fields> org.apache.storm.thrift.TSerializable
Wraps the generated TException to allow getMessage() to return a valid string.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.storm.generated.DRPCExecutionException
DRPCExecutionException._Fields
-
Field Summary
Fields inherited from class org.apache.storm.generated.DRPCExecutionException
metaDataMap
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.storm.generated.DRPCExecutionException
clear, compareTo, deepCopy, equals, equals, fieldForId, get_msg, get_type, getFieldValue, hashCode, is_set_msg, is_set_type, isSet, read, set_msg, set_msg_isSet, set_type, set_type_isSet, setFieldValue, toString, unset_msg, unset_type, validate, write
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
WrappedDRPCExecutionException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-