Class PropertyNotWriteableException

    • Constructor Detail

      • PropertyNotWriteableException

        public PropertyNotWriteableException​(Object target,
                                             String name)
        Constructor.
        Parameters:
        target - the object on which the property was unsuccessfully written.
        name - the name of the property which was unsuccessfully written.
      • PropertyNotWriteableException

        public PropertyNotWriteableException​(Object target,
                                             String name,
                                             String detail)
        Constructor.
        Parameters:
        target - the object on which the property was unsuccessfully written.
        name - the name of the property which was unsuccessfully written.
        detail - a detail cause which is appended to the error message.