Class PropertyIsFinalException

  • All Implemented Interfaces:
    Serializable

    public class PropertyIsFinalException
    extends RuntimeException
    Thrown when trying to update a final value.
    Since:
    4.3M1
    Version:
    $Id: edbff1f06e7f2960f1a9751d66c0673c00f76f58 $
    See Also:
    Serialized Form
    • Constructor Detail

      • PropertyIsFinalException

        public PropertyIsFinalException​(String key)
        Parameters:
        key - The key of the property in question.