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

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

    • WrappedDRPCExecutionException

      public WrappedDRPCExecutionException(String msg)
  • Method Details