Uses of Class
org.apache.storm.generated.HBExecutionException
-
Packages that use HBExecutionException Package Description org.apache.storm.generated org.apache.storm.utils -
-
Uses of HBExecutionException in org.apache.storm.generated
Methods in org.apache.storm.generated that return HBExecutionException Modifier and Type Method Description HBExecutionException
HBExecutionException. deepCopy()
Methods in org.apache.storm.generated with parameters of type HBExecutionException Modifier and Type Method Description int
HBExecutionException. compareTo(HBExecutionException other)
boolean
HBExecutionException. equals(HBExecutionException that)
Constructors in org.apache.storm.generated with parameters of type HBExecutionException Constructor Description HBExecutionException(HBExecutionException other)
Performs a deep copy on other. -
Uses of HBExecutionException in org.apache.storm.utils
Subclasses of HBExecutionException in org.apache.storm.utils Modifier and Type Class Description class
WrappedHBExecutionException
Wraps the generated TException to allow getMessage() to return a valid string.
-