com.ibm.eventstreams.serdes.exceptions

Class PropertyNotFoundException

  • All Implemented Interfaces:
    Serializable


    public class PropertyNotFoundException
    extends RuntimeException
    Indicates that a serializer or deserializer class could not be initialised due to a required property not being set.
    See Also:
    Serialized Form
    • Constructor Detail

      • PropertyNotFoundException

        public PropertyNotFoundException(String property)
    • Method Detail

      • getProperty

        public String getProperty()
        Returns the property that was missing from the configuration.

Copyright © 2019. All rights reserved.