Class WrappedHBExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.storm.thrift.TException
org.apache.storm.generated.HBExecutionException
org.apache.storm.utils.WrappedHBExecutionException
All Implemented Interfaces:
Serializable, Cloneable, Comparable<HBExecutionException>, org.apache.storm.thrift.TBase<HBExecutionException,HBExecutionException._Fields>, org.apache.storm.thrift.TSerializable

public class WrappedHBExecutionException extends HBExecutionException
Wraps the generated TException to allow getMessage() to return a valid string.
See Also:
  • Constructor Details

    • WrappedHBExecutionException

      public WrappedHBExecutionException(String msg)
  • Method Details