Class WrappedNotAliveException

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

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

    • WrappedNotAliveException

      public WrappedNotAliveException(String msg)
  • Method Details