/******************************************************************************* * Copyright (C) 2016, International Business Machines Corporation * All Rights Reserved *******************************************************************************/ package com.ibm.streamsx.messaging.kafka; public class UnsupportedStreamsKafkaAttributeException extends Exception { public UnsupportedStreamsKafkaAttributeException(String message) { super(message); } /** * */ private static final long serialVersionUID = -63012500639250672L; }