com.ibm.eventstreams.serdes.exceptions

Class InvalidPropertyValueException

  • All Implemented Interfaces:
    Serializable


    public class InvalidPropertyValueException
    extends RuntimeException
    Indicates that a serializer or deserializer class could not be initialised due to a property being provided with an invalid value.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidPropertyValueException

        public InvalidPropertyValueException(String property)
    • Method Detail

      • getProperty

        public String getProperty()
        Returns the property that was incorrectly specified.

Copyright © 2019. All rights reserved.