Class WrappedKeyAlreadyExistsException

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

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

    • WrappedKeyAlreadyExistsException

      public WrappedKeyAlreadyExistsException(String msg)
  • Method Details