Class WrappedKeyNotFoundException

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

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

    • WrappedKeyNotFoundException

      public WrappedKeyNotFoundException(String msg)
  • Method Details